The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
FPS Booster Script script pastebin roblox
By FPS Booster Script on 2024-09-23 08:00 am | Syntax: LUA | Views: 15



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. for I,V in pairs(workspace:GetDescendants()) do
  2.     if (V.ClassName == "Part" or V.ClassName == "WedgePart") then
  3.         V.Material = "SmoothPlastic"
  4.     end
  5. end



  • Recent Roblox Scripts