If I have 10 of the same object and when clicked I want the specific UID of that destroyed instead of all 10 being destroyed, how would I do that?
Develop games in your browser. Powerful, performant & highly capable.
You need to pick first in a condition the object by UID then destroy it:
Use "Pick by unique ID"
On Click:
Sub: "Pick by unique ID" ---------- Destroy
Ok! Thanks!