So I want object(Y) to do something every (X) amount of seconds but I want the timer to start from the creation of each instance of object(Y), so that the timing isn’t the same for every instance of object(Y).
You can create a timer for each item. Each object that is created has its own timer. You create the item and immediately activate its timer
2 Likes
Ah, i didn’t know objects could have timers, thank you!
1 Like