Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- p = game.Players:GetChildren()
- randplayer = p[math.random(#p)]
- m = Instance.new("Hint")
- m.Text = "Wait.. Oh no!"
- m.Parent = workspace
- wait(5)
- m.Text = randplayer.Name.." stole their mom's credit card! "
- wait(5)
- m.Text = "They need a spank to death!"
- wait(5)
- m.Text = "Which will happen."
- wait(5)
- randplayer.Character.Humanoid.Health = 0
- local sound = Instance.new("Sound")
- sound.Parent = randplayer.Character.Head
- sound.Volume = 5
- sound.SoundId = "rbxassetid://899623922"
- sound:Play()
- m:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement