"Scripts that connect in parallel must be rooted under an Actor"

I wouldn’t post about an error and nothing else but the only reference I can find to such an error is here

is it possible to run something parallel from another module at all? I’ve tried parenting the modules under the same Actor and under different ones, but I can’t get ConnectParallel to run.

the function is being called from a RemoteEvent if that makes a difference.

It should be possible, assuming they’re both under the memory as functions. Try adding an init function to the module and run that to get the actual module.

If it doesn’t work, I’d assume it’s a bug or a problem on your end.

no dice. I just ditched the idea and stuck with task.desynchronize.