Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --To use Orby, you must replace the "xXRedPawnerXx" with your roblox name, ex. HackerFan145
- local orb = Instance.new("Part")
- print ("Orby by xXRedPawnerXx is loading.")
- wait (0.5)
- print ("Orby loaded :3")
- orb.Name = "Orby"
- orb.Shape = 0
- orb.Anchored = true
- orb.Parent = game.Workspace.xXRedPawnerXx
- orb.CanCollide = false
- orb.Transparency = 0
- orb.Material = "Granite"
- orb.Size = orb.Size + Vector3.new(-1.5,1.5,1.5)
- while true do
- wait (0.02)
- orb.Position = game.Workspace.xXRedPawnerXx.Torso.Position + Vector3.new(-0.5,5,4)
- orb.Rotation = game.Workspace.xXRedPawnerXx.Torso.Rotation
- end
- wait (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement