Skip to main content
1

Download the .rbxm file

In our discord, inside #commands, run /retrieve Orbit and the Parcel Bot should send you a link that redirects to the file once you authorize with Discord.
The “Orbit” in the command has to be under the productname parameter!
2

Insert the file

Once in Roblox Studio and the .rbxm file downloaded, press right click anywhere you want, and on the Context Menu hover/press on Insert and press Insert from file, then select & open the .rbxm file you just downloaded in the newly opened File Explorer. You can also just drag the file from your File Explorer into Roblox.
3

Parenting the Script

Now you should have a Script called “Orbit”, place this in ServerScriptService, do not remove the Orbit Tag of it, or else the Scripts wont be able to identify the Script.
4

Setting it up

To start the setup, go into the game or playtest it, and run /setup in the roblox chat.
This setup only works once (if completed), if you’d like to restart it, run this in your console:
game:GetService("DataStoreService"):GetDataStore("Orbit"):SetAsync("Internal", {})
To hardcode permissions, you can follow this guide: Authorization