Skip to main content

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.

Requirements

  • Roblox Studio installed
  • Flotix system files (.rbxm or package files)
  • Access to your Flotix dashboard

Install the system files

1

Open your Roblox game project

Launch Roblox Studio and open the game where you want to install Flotix.
2

Import your Flotix files

Drag and drop the provided .rbxm file into Studio, or use Asset Manager / Insert Object.
3

Place components in the right services

Typical placement:
  • ServerScriptService for server logic
  • StarterGui for UI components
  • ReplicatedStorage for shared modules
4

Verify import

Confirm all expected folders and modules appear in the Explorer panel.
System files are visible in your game hierarchy

Next