Advertisement
DenisPitu06_YT

The Glitcher

Sep 8th, 2019
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. local p = game.Players.LocalPlayer
  2. local c = p.Character
  3.  
  4. c.Humanoid.WalkSpeed = 9
  5. c.Torso.Material = "Neon"
  6. c.Torso.BrickColor = BrickColor.new("Really red")
  7. c.Head.face:Destroy()
  8. local hint = Instance.new("Message", workspace)
  9. hint.Text(":(")
  10. c.Torso.Touched:connect(function(part)
  11. Instance.new("ParticleEmitter", part.Parent.Torso)
  12. part.Parent.Humanoid.Health = 0
  13. Instance.new("Fire", part.Parent.Torso)
  14. part.Parent.Head.face:Destroy()
  15. end)
  16. wait(2)
  17. hint:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement