Hey1234567

Untitled

Mar 16th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2.  
  3. local orb = Instance.new("Part", game.Workspace)
  4.  
  5. orb.Anchored = true
  6.  
  7. orb.CanCollide = false
  8.  
  9. orb.Size = orb.Size + Vector3.new(1,1,1)
  10.  
  11. while wait() do
  12. orb.CFrame = Player.Character.Torso.CFrame + Vector3.new(2,0,0)
  13. end
Add Comment
Please, Sign In to add comment