www.roblox-scripter.com

Roblox codes

Drive Cars Down A Hill! script – (Server Destroy)

Functions: Server Destroy

Script developer: rockport2
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)

Thank you for using our website
Your script:

				
					for _,v2 in pairs(game.Workspace:GetDescendants()) do
local args = {
   [1] =   v2  

}

game:GetService("ReplicatedStorage").Remotes.ShatterGlass:FireServer(unpack(args))
end