the script will teleport player to a random game,i need that script
local TeleportService = game:GetService("TeleportService") local gameId = 120345079 --The game Id-- game.Players.PlayerAdded:Connect(function() local player = game.PlayerAdded.Name wait(5)-- The second you want before teleporting-- TeleportService:Teleport(gameId, player) --------------------------------------------------------------------------------------------------------------------------------The script might work. If not, I'm sorry.