chooseSpawn
๐ง Usageโ
exports["FS-SpawnSelector"]:chooseSpawn()
๐ Notesโ
- You do not need to set
Config.manuallyTrigger = true
to use this export. - However, setting
Config.manuallyTrigger = true
prevents the UI from showing automatically, allowing full control over when it appears.
๐ก When to Useโ
- After your loading screen finishes loading the player
- After selecting a character in a multicharacter system
- When using a manual command or interaction to trigger spawn selection
๐งช Internal Referenceโ
This export runs the internal chooseSpawn()
function:
exports("chooseSpawn", function()
chooseSpawn()
end)
This allows the selector to be triggered from any external resource.