Advertisement
toonrun123

Dummies Spamer Script

Jan 15th, 2020
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.54 KB | None | 0 0
  1. --Required:
  2. --Dummy in workspace
  3. while true do
  4.     local sOUDNER = Instance.new("Sound",game.Workspace)
  5. sOUDNER.Volume = 10
  6. sOUNDER.Name = math.random(1,10000000)
  7. sOUDNER.SoundId = "rbxassetid://180390973"
  8. sOUDNER:Play()
  9.     local Dummy = game.Workspace.Dummy
  10.     Dummy.Head.Anchored = true
  11. local Dummies =  Dummy:Clone()
  12. Dummies.Parent = game.Workspace
  13. Dummies.Head.Anchored = false
  14. Dummies.Name = math.random(1,1000000)
  15. Dummies.Humanoid.MaxHealth = math.huge
  16. Dummies.Humanoid.Health = math.huge
  17. Dummies.Humanoid.PlatformStand = true
  18. wait()
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement