local FlyLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/FlamesIsCool/FlamezHub/refs/heads/main/flylib.lua"))() -- you can change these fly settings (optional) FlyLib:Config({ Speed = 6, ToggleKey = Enum.KeyCode.F, UseKeybind = true }) -- start flying manually yes yes yes yes FlyLib:Fly(true) -- stop flying the thing FlyLib:Fly(false) -- flying on/off lol FlyLib:Toggle()