Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Scripted By: XxTw1st3d_D3m0nxX
- NOTE: ANYONE WHO CLAIMS TO HAVE MADE THIS Script
- Activating this will destroy a huge radius of buildings at the same time!
- ]]
- --[[ Settings ]]--
- --[Hit Delay: Change this to however faster you want to destroy buildings]
- --Note: Faster = Laggier
- HitDelay = 1
- --[[End of Settings ]]--
- while true do
- wait(HitDelay)
- local GetBuildings = game.Workspace.Interactables:GetChildren()
- for i=1, #GetBuildings do
- game.ReplicatedStorage.Sonsho:FireServer(GetBuildings[i].Main)
- end
- end
Add Comment
Please, Sign In to add comment