A server/lobby system

I want to make a server/lobby system like in Raise a Floppa so you can make Multiplayer lobbies with a code.
I don’t need to be spoonfed the code just need details about the necessary components and I will do the rest

2 Likes

TeleportService:ReserveServer() should be what you need.

I know but how do I make a unique code for the server that you can use to join

1 Like

Not sure if this is what you’re looking for but I used this video to help me before.

Hope this helps

:ReserveServer() returns an access code that can be used to enter the server.

Ok thank you very much! I will try this later

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