Let's say I have a main group but I'm part of a subdivision in that group, how would I make myself spawn in the subdivision point instead of the main point where the majority of other group players will spawn in.
Thank you!
I bet you could use Player:IsInGroup in a localscript to see if they are in one of those groups and if they are to destroy the main spawn and add the new one all locally and wait until all that is done until you let the player spawn