I'm trying to activate about 50 individual parts at a set interval. I have it working now with a LONG list of code that is manually activating parts every .5 seconds. If I want to change the interval, I have to change each of the 50 parts .

I'm using the following style of code that basically looks like this

wait .5 seconds
set part 333 Activated to True
wait .5 seconds
set part 338 Activated to True
wait .5 seconds
set part 343 Activated to True
...and so on...

I'd like to have some sort of loop that will activate all the correct part #s every .5 seconds without listing each individual part ID
I'm lost and thought I'd ask for some assistance.

Tags
Vizzy

2 Comments

No Upvotes

Log in in to upvote this post.