Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local p = game.Players.LocalPlayer
- local c = p.Character
- c.Humanoid.WalkSpeed = 9
- c.Torso.Material = "Neon"
- c.Torso.BrickColor = BrickColor.new("Really red")
- c.Head.face:Destroy()
- local hint = Instance.new("Message", workspace)
- hint.Text(":(")
- c.Torso.Touched:connect(function(part)
- Instance.new("ParticleEmitter", part.Parent.Torso)
- part.Parent.Humanoid.Health = 0
- Instance.new("Fire", part.Parent.Torso)
- part.Parent.Head.face:Destroy()
- end)
- wait(2)
- hint:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement