Hello! When a script inside my game is doing an intensive task and freezes the client for about 10 seconds, it stops and returns this error: Players.LuauWebService.PlayerGui.ScreenGui.Frame.wallpaper.luau.main.executebutton.LocalScript:13: Script timeout: exhausted allowed execution time - Client - _Fiu:1305
Is there a workaround for this, like anything I can make it constantly do during the intensive task to perhaps reset the execution exhaustion time? Or maybe even disable the limit entirely? Thank you!
Well most of the time this doesnt work so I would rather suggest doing game:GetService("ScriptContext"):SetTimeout(999) every time you play test the game within the console.