> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluxstudios.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Installing

> How to install Orbit, step-by-step.

<Steps>
  <Step title="Download the .rbxm file">
    In [our discord](https://discord.com/invite/Vpsyd59r5X), inside #commands, run `/retrieve Orbit` and the Parcel Bot should send you a link that redirects to the file once you authorize with Discord.

    <Info>
      The "Orbit" in the command has to be under the `productname` parameter!
    </Info>
  </Step>

  <Step title="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.
  </Step>

  <Step title="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.
  </Step>

  <Step title="Setting it up">
    To start the setup, go into the game or playtest it, and run `/setup` in the roblox chat.

    <Warning>
      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", {})`
    </Warning>

    <Note>
      To hardcode permissions, you can follow this guide: [Authorization](https://docs.fluxstudios.dev/orbit/first-steps/authorization)
    </Note>
  </Step>
</Steps>
