Skip to main content
Atlas Scripts lavender banner Welcome to the Atlas documentation hub. These guides are written for server owners first: clear setup steps, practical examples, and enough detail to understand each option without advanced coding knowledge. Developer reference is included where you want to build on top of Atlas.

atlasBridge

The shared foundation that lets Atlas resources work with your framework, inventory, UI, target system, and Discord — installed once, before everything else.

atlasFishing

A full fishing activity with bait progression, item icons, boat rentals, a sell flow, catch props, and four NUI minigames.

Start here

1

Install atlasBridge

atlasBridge is the shared foundation. Install and start it before every other Atlas resource.
2

Install your resource

Add the script folder, keep the original resource name, install required inventory items, and confirm the NUI build exists.
3

Configure for your server

Tune locations, prices, rewards, provider choices, minigames, and optional systems before launching.
4

Test the full flow

Start the server, watch the console, run the player workflow, and fix any missing dependency warnings.

Resource names

Do not rename atlasBridge or atlasFishing. Both resources include startup guards and will block themselves if the folder/resource name changes. Consumers also load the bridge with @atlasBridge/init.lua, which breaks if the folder is renamed.
Recommended layout and start order:

Common first stops

Bridge configuration

Provider detection, framework and inventory convars, UI overrides, Discord, and theme color.

Fishing install checklist

Resource placement, inventory items, item icons, NUI files, streamed props, and the first in-game test.