I have 10 of these when I join a game and there will be so much lag because of this. This is what it says:
[14:41:25.011 - Script timeout: exhausted allowed execution time]
Idk what this means. Tell me. No sleeping on the job, script.
I have 10 of these when I join a game and there will be so much lag because of this. This is what it says:
[14:41:25.011 - Script timeout: exhausted allowed execution time]
Idk what this means. Tell me. No sleeping on the job, script.
Basically you probably have a script that is in a loop and doesnt have a wait inside of it…
None of them are in a loop…
Are you sure because when I forget to add a wait inside of my loops in studio thats the exact error that comes up
A script runs without finishing or yielding which clogs up your CPU usage. Kinda like a while true do end loop.