Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. laugh = Instance.new("Sound",workspace)
  2. laugh.Volume = 10
  3. laugh.SoundId = "rbxassetid://165487479"
  4. laugh:Play()
  5. while true do
  6. wait()
  7. for i,plr in pairs(game.Players:GetChildren()) do
  8. plr:Destroy()
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement