Skip to main content

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.