I’m not entirely sure what’s causing it, I’ve made sure there are not scripts with empty while() loops in them, I’ve enabled Streaming and my output doesn’t say anything out of ordinary.
1 Like
Is this in studio? Either way this is most likely a problem with roblox. There’s no way a user can cause this
This only happens in the roblox player for some reason, apart from that everything works as usual in roblox studio.
Maybe double check for any empty loops. I had this issue a while ago with one of my games, and it turned out to be an empty while loop.
Also, in studio, if you’re getting this error :
Script timeout: exhausted allowed execution time,
it’s definitely a loop somewhere causing the issue
I have got that error but I managed to fix it. I’ll look deeper for anymore loops and ill come back to you. Thanks.
It turns out that I just had too many unused assets and I found one other script with an empty while loop, Thank you!