Advertisement
joelastley555

Untitled

Aug 30th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. i = 0
  2. repeat
  3. i = i + 1
  4. if game.Workspace:FindFirstChild("Default Dummy")then
  5. dummy = game.Workspace:FindFirstChild("Default Dummy")
  6. dummy:Destroy()
  7. end
  8. until i == 50
  9.  
  10. game.Workspace:FindFirstChild("Default Dummy"):FindFirstChild("Humanoid").MoveToFinished:Connect(function()
  11. explosion = Instance.new("Explosion",game.Workspace:FindFirstChild("Default Dummy"):FindFirstChild("Torso"))
  12.  
  13. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement