MADE BY rockport2
FEATURE:
- just breaks everything in the game makes everyone fall to their death then makes them shatter like the rest of the map.
- .
- https://www.roblox.com/games/9414511685/Drive-Cars-Down-A-Hill#!/game-instances
SCRIPT:
for _,v2 in pairs(game.Workspace:GetDescendants()) do
local args = {
[1] = v2
}
game:GetService("ReplicatedStorage").Remotes.ShatterGlass:FireServer(unpack(args))
end