Advertisement
DrakerMaker

Mums Credit Card

May 26th, 2019
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. p = game.Players:GetChildren()
  2. randplayer = p[math.random(#p)]
  3. m = Instance.new("Hint")
  4. m.Text = "Wait.. Oh no!"
  5. m.Parent = workspace
  6. wait(5)
  7. m.Text = randplayer.Name.." stole their mom's credit card! "
  8. wait(5)
  9. m.Text = "They need a spank to death!"
  10. wait(5)
  11. m.Text = "Which will happen."
  12. wait(5)
  13. randplayer.Character.Humanoid.Health = 0
  14. local sound = Instance.new("Sound")
  15. sound.Parent = randplayer.Character.Head
  16. sound.Volume = 5
  17. sound.SoundId = "rbxassetid://899623922"
  18. sound:Play()
  19. m:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement