local Xbox = true if game.PlaceId == 1600503 then meta = getrawmetatable(game) nc = meta.__namecall setreadonly(meta, false) meta.__namecall = newcclosure(function(rc, ...) args = { ... } if (tostring(rc) == "GetServers" or tostring(rc) == "Teleport") and Xbox == true then for i = 1, #args do if args[i] == "Computer" then args[i] = "Console" end end end return nc(rc, unpack(args)) end) end