I have a question.
I have a round-based game which handles events and thing, it uses some while true do loops as well.
Would it be better to have separate scripts inside of every single projectile to handle .touched events,
or should I instead make the main round script manage every single projectile using a table to manage the projectiles, and a runService heartbeat event thing to see if any parts are touching the projectiles?
thanks