I’m trying to make a game that has free play and a story mode, But I want the player to decide the mode in the lobby then get teleported to the Gameplay place and have the mode they chose (Free Play or Story mode) Sent over to the new server. Is this possible?
I’m aware that I can send data to local scripts with teleport service, but I want to send it to the server, not the client
I’m not entirely sure what you are asking here. If you want there to be a lobby and then Free Play and Story Mode places, couldn’t you have your lobby, then your two buttons, then each button sends you to a different place? I might just be misunderstanding this, but I do hope this helps!
Well, I wanted to have one single place that could handle both gamemodes.
Basically, I need a way to tell the server which mode the player chose when they get teleported to the new place