Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is there anyway to disable Game script timeout. Like remove it so it dosesn't timeout?

Asked by 4 years ago

I am trying to render big things. But I keep getting Game script timeout. Is there a way to turn it off so I don't get the error?

1 answer

Log in to vote
0
Answered by
Farsalis 369 Moderation Voter
4 years ago

Yes...and no. Yes, ScriptContext:SetTimeout, with this , you can set the script timeout for your current session.(Usually needed for offline world generation scripts). You might want to take a look at the roblox MicroProfiler. here: https://developer.roblox.com/en-us/articles/MicroProfiler

See More On Script Context And How To Use It Here: https://developer.roblox.com/en-us/api-reference/class/ScriptContext

Hope This Helped!

0
So lets say I want to set the delay for 50 sec. What do I have to type? Skydoeskey 108 — 4y
0
Follow the link, where it says to see more on the script context Farsalis 369 — 4y
Ad

Answer this question