-- Set lag option (only one should be true) local smallLag = false -- for weaker PCs local mediumLag = false -- for decent PCs local largeLag = true -- for strong PCs -- IGNORE _G.smallLag = smallLag _G.mediumLag = mediumLag _G.largeLag = largeLag loadstring(game:HttpGet("https://raw.githubusercontent.com/jodta/my-scripts/refs/heads/main/Project%20Baki%204%20ServerLagger"))()