How do I make plots for each player similar to this:

I am trying to make a game where each player in the server have their own tower they can improve and use to fly further like this:

I already have the templates pre-placed but how would i assign them to each player that joins. All help appreciated

It is just as you stated. Use an event that listens whenever a new player joins. Assign them a tower and listen to when the player’s character loads in. Set their position on the tower that you have assigned when you first listen to the player joining the game.

1 Like

Ok other than that I have spawn locations is there a way I can sign them to a designated player or I have to make a custom spawn?

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