HaxRoblox

cool head part

Oct 1st, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2.  
  3. H = Instance.new('Part' ,game.Workspace)
  4. H.Size = Vector3.new(2,2,2)
  5. H.Anchored = true
  6. H.CanCollide = false
  7. H.BrickColor = BrickColor.new('Really red')
  8. H.TopSurface = 'Smooth'
  9. H.BottomSurface = 'Smooth'
  10. while true do wait(0.001)
  11. H.CFrame = plr.Character.Head.CFrame * CFrame.new(0,2,0)
  12. end
Advertisement
Add Comment
Please, Sign In to add comment