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

# Flotix — Troubleshooting

> Fix common Flotix setup, license validation, and game binding issues in Roblox Studio.

## Common issues

<AccordionGroup>
  <Accordion title="System does not activate on Play">
    Check that your `LICENSE_KEY` is present and correct in your config module. Then run again.
  </Accordion>

  <Accordion title="License validation request fails">
    In Roblox Studio, go to Home → Game Settings → Security and enable **Allow HTTP Requests**.
  </Accordion>

  <Accordion title="Game binding fails">
    Confirm your current Game ID is allowed by your license in the Flotix dashboard.
  </Accordion>

  <Accordion title="Files imported but features do not appear">
    Recheck placement of scripts/modules in `ServerScriptService`, `StarterGui`, and `ReplicatedStorage`.
  </Accordion>
</AccordionGroup>

## Quick checklist

* HTTP Requests enabled
* License key copied exactly
* Correct game selected in Studio
* System files placed in expected services

## Next

* [FAQ](/flotix/faq)
* [Support updates in Changelog](/flotix/changelog)
