Hi all,
I was wondering if you had any recommendations as to how to stop a function (and be able to restart it later on) on a collision. By this, I mean that I have objects spawning, and on collision with an incorrect object I would like for it to stop the spawning of the objects. I saw something about “do return end”, however I am unsure as the function I am referencing is outside the collision code.
Thanks