#Has anyone of you encountered the error: 'Attempt to load a function from a different Lua VM'? What
1 messages · Page 1 of 1 (latest)
we have no error
show the output view
or the popup
Yes, I am using a parallel luau. It's a script management system, and I made it so that if the isParallel attribute of the module is true, then the start function from the module is transferred to the actor using SandMassage(). It turned out that the function in the main thread is not the same as the function in the parallel thread. My idea for solving this is to use SharedTable. Am I thinking correctly? Is my reasoning correct?
I have never been in such a situation.
im not sure if your solution would work or not
but you have narrowed down the issue correctly