All content on our site is free and will always be free.

Please consider supporting us with disabling your AdBlock software and to gain access to thousands of free content!

Not sure how to disable AdBLock? Follow this tutorial: How to disable AdBlock

Get the FPS Booster Script

The FPS Booster Script code is below. Copy & inject it into the game. Enjoy!

Universal Script ? - Deletes textures to improve your fps.
for I,V in pairs(workspace:GetDescendants()) do
    if (V.ClassName == "Part" or V.ClassName == "WedgePart") then
        V.Material = "SmoothPlastic"
    end
end