So I can’t imagine having 100 scripts with while true do running.
Or does it really matter? Is there a difference between 1 script with a while loop running (and you put all your code you want to run inside) vs creating 20 scripts with a while loop and them having separate things. Do these run both the same efficiency?
Like I want to create some spot light effects that run on a while loop. I’m wondering, is it better to have 1 script that changes all the lights at once. Or does it matter if each has a script constantly running a while loop changing their colors?