-- // Official Docs: https://github.com/FlamesW/LoopManager/blob/home/README.md getgenv().LoopModule = loadstring(game:HttpGet("https://raw.githubusercontent.com/FlamesW/LoopManager/home/Module.luau"))(); LoopModule.WhileLoop(1,function() print("[Loop Manager]: Loop 1"); end,"Loop1Second") task.wait(3); LoopModule:Kill();