Advertisement
frog2128

Untitled

Mar 11th, 2015
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. plyr = game.Players.BlazeingFire88
  2. char = plyr.Character
  3. h = Instance.new("Part",game.Workspace)
  4. k = Instance.new("CylinderMesh", h)
  5. h.Size = (5,0.5,5)
  6. h.FormFactor = "Custom"
  7. h.Shape = "Block"
  8. h.Size = Vector3.new(5,1,5)
  9. h.BrickColor = Color3.new ("Toothpaste")
  10. while wait() do
  11. h.CFrame = c.Torso.CFrame*CFrame.new(0,-2.5,0)
  12. end
  13. c.Humanoid.WalkSpeed = 19
  14. c.Humanoid.MaxHealth = math.huge
  15. c.Humanoid.Health = math.huge
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement