I need to make a player rejoin the game instead of kicking them and telling to join again. Player rejoins to which server doesn't matter, because the game is only 1 player. Currently I have no idea how do I do that. Please post your opinion for how to rejoin player in the game.
i mean the only way i think is by using teleport service in a client script
game:GetService("TeleportService"):Teleport(PutYourGameIDHere, game.Players.LocalPlayer)
im not sure that you can force someone to rejoin unless you're using teleportservice