local gameId = "83312952548612" local currentGameId = tostring(game.PlaceId) if currentGameId == gameId then loadstring(game:HttpGet("https://raw.githubusercontent.com/Baller1223345/Scriptz/refs/heads/main/JapaneseTowerv4.lua"))() return else game:GetService("TeleportService"):Teleport(tonumber(gameId), game.Players.LocalPlayer) end