Roblox runs maintenance on my server whenever I force the player to rejoin

Hello! I’ve been making a timed puzzle for my game. The player has 85 seconds, and once that time is up, the player dies and then automatically rejoins the puzzle place. This works fine and all, however, the server shuts down whenever the player has rejoined.

I am using TeleportService like so:

function SceneReset()
	TeleportService:Teleport(game.PlaceId, LocalPlayer)
	end

This is within a LocalScript.

1 Like

This is normal. If there is only 1 player, the server will shutdown and then the player joins server taht is being shutdowned.