if the scripts inside actors makes huge operations, like really complex arimethics, then is a good idea, else just use task.spawn (thats what i know about parallel scripting)
using threads should not slowndown your game, but it can make it more susceptible to errors