When I use teleport service to move other place (other game in the game), it moves to other place and game name is correct but when I spawn I’m back to original spawn place… why is this happening and how can I fix this?
anyway, here is my script that I used for teleport to other game(place)
local TeleportService = game:GetService("TeleportService")
script.Parent.ClickDetector.MouseClick:Connect(function(player)
TeleportService:Teleport(6197310532, player)
end)