Advertisement
Diep8328Paster

Untitled

May 18th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. wait(0.5)
  2. local p = game.Players.LocalPlayer
  3. local char = p.Character
  4. local owen = Instance.new("Sound",char.Torso)
  5. owen.SoundId = "rbxassetid://142657040"
  6. owen.Looped = true
  7. char.Head.BrickColor = BrickColor.new("Really red")
  8. char.Head.face.Texture = "http://www.roblox.com/asset/?id=1414082469"
  9. char.Humanoid.WalkSpeed = 8
  10. char.Head.CanCollide = false
  11. local lol = Instance.new("WeldConstraint",char)
  12. lol.Part0 = char.Head
  13. lol.Part1 = char.Torso
  14. char.Head.Orientation = char.Head.Orientation - Vector3.new(15.66, 0, 0)
  15. owen:Play()
  16. char.Head.Position = char.Torso.Position - Vector3.new(0,0, 0.254)
  17. local fire = Instance.new("Fire",char.Head)
  18. fire.Size = 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement