This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
repeat | |
task.wait(0.5) | |
until game:IsLoaded() | |
task.spawn(function() | |
while true do | |
setfpscap(7) | |
task.wait(10) | |
end | |
end) | |
if os.time() >= 1756319996 then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
repeat | |
task.wait(0.5) | |
until game:IsLoaded() | |
task.spawn(function() | |
while true do | |
setfpscap(7) | |
task.wait(10) | |
end | |
end) | |
if os.time() >= 1756319996 then |