Is there a way to get every spawn location associated with a team?

I want to be able to have people spawn at a location depending on their rank within the team. Do I have to organize the spawn locations on my own, or is there a function for this?

You could use folders to store the different team spawn locations in a more organized matter, if you cannot/don’t want to use folders you can use workspace:GetDescendants() and iterate through it with a couple checks to get what you need, although it will be less performant than the folder variant.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.