--// config (if it found a server and the server its trying to join is full, execute again until you get teleported) getgenv().MaxAttempts = 5 -- number of fetch attempts getgenv().RetryDelay = 1 -- seconds between retries getgenv().ServerLimit = 50 -- number of servers to fetch (if doesnt work, increase the number or decrease it) getgenv().MinPing = math.huge -- only pick servers below this ping (u can do math.huge or select a number u want) getgenv().PingThreshold = 80 -- change to desired ping threshold getgenv().CommonLoadTime = 5 -- wait time before continuing loadstring(game:HttpGet("https://raw.githubusercontent.com/S1mplyn3ss/Roblox/refs/heads/main/src.lua"))()