Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can I make a player Rejoin the game through a script?

Asked by 3 years ago

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.

1 answer

Log in to vote
0
Answered by 3 years ago

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

Ad

Answer this question