i dont knwo why its dont work
scripts
local GameId = "127339866092818" -- Change this ID to the games ID which you want players to teleport to
function Touched(Player)
local FromChar = game.Players:GetPlayerFromCharacter(Player.Parent)
if FromChar then
local TeleService = game:GetService("TeleportService")
TeleService:Teleport(GameId,FromChar)
end
end
script.Parent.Touched:Connect(Touched)
** You are now Level 1! **