FS-LoadingScreenV2 Integration
How to integrate FS-SpawnSelector with the Fearless Studios loading screen
Setup with FS-LoadingScreenV2
Connect the loading screen and spawn selector with two config changes:
- In
FS-SpawnSelector/config.lua, enable manual triggering:FS-SpawnSelector/config.lua Config.manuallyTrigger = true - In
FS-LoadingScreenV2config, enable spawn selector integration:FS-LoadingScreenV2/config.lua Config.useFearlessStudiosSpawnSelector = true
What happens in-game
- The spawn selector stays hidden while the loading screen runs.
- When loading finishes, the loading screen triggers the selector via:
client.lua exports["FS-SpawnSelector"]:chooseSpawn()
Note
If Config.manuallyTrigger is not true, the spawn selector opens immediately instead of waiting for the loading screen to finish.