So for a developer product in one of my tycoon games, I’m thinking of making it so that if players want to switch their team to a different one, that they could pay robux to have their base reset and have them teamed on the “Hiring” team, where players pick their base.
The simple solution that I thought of would be to “kick” the player from the game and then immediately have them “rejoin” the same server, so the onplayerleave function in the tycoon scripts don’t get messed with too much.
Is this possible, or would I have to find an alternative method?