Since luau cant do hooks. How/what alternative is there to eg: "interupt after X opcodes/or yield" #717
Unanswered
walksanatora
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to embed luau into a game. but there is no way to set a hook every X instructions like you can with the other lua apis. how could I implement a "interrupt" to stop the footgun of
while (true) do end(or a equivalent)Beta Was this translation helpful? Give feedback.
All reactions