Advertisement
Nutgear

Orby 1.1

Apr 13th, 2017
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. --To use Orby, you must replace the "xXRedPawnerXx" with your roblox name, ex. HackerFan145
  2.  
  3. local orb = Instance.new("Part")
  4.  
  5. print ("Orby by xXRedPawnerXx is loading.")
  6. wait (0.5)
  7. print ("Orby loaded :3")
  8.  
  9. orb.Name = "Orby"
  10. orb.Shape = 0
  11. orb.Anchored = true
  12. orb.Parent = game.Workspace.xXRedPawnerXx
  13. orb.CanCollide = false
  14. orb.Transparency = 0
  15. orb.Material = "Granite"
  16. orb.Size = orb.Size + Vector3.new(-1.5,1.5,1.5)
  17.  
  18. while true do
  19. wait (0.02)
  20. orb.Position = game.Workspace.xXRedPawnerXx.Torso.Position + Vector3.new(-0.5,5,4)
  21. orb.Rotation = game.Workspace.xXRedPawnerXx.Torso.Rotation
  22. end
  23.  
  24. wait (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement