XxTw1st3d_D3m0nxX

2020 Godzilla SImulator Auto farm

Apr 18th, 2020
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. --[[
  2. Scripted By: XxTw1st3d_D3m0nxX
  3. NOTE: ANYONE WHO CLAIMS TO HAVE MADE THIS Script
  4. Activating this will destroy a huge radius of buildings at the same time!
  5. ]]
  6.  
  7. --[[ Settings ]]--
  8.  
  9. --[Hit Delay: Change this to however faster you want to destroy buildings]
  10. --Note: Faster = Laggier
  11.  
  12. HitDelay = 1
  13.  
  14. --[[End of Settings ]]--
  15.  
  16. while true do
  17. wait(HitDelay)
  18.  
  19. local GetBuildings = game.Workspace.Interactables:GetChildren()
  20.  
  21. for i=1, #GetBuildings do
  22. game.ReplicatedStorage.Sonsho:FireServer(GetBuildings[i].Main)
  23. end
  24.  
  25. end
Add Comment
Please, Sign In to add comment