Only the last cloned model can be destroyed

Also put a debounce when player touched a Part to prevent the function running many times

1 Like

This remedied all the issues I was experiencing. Thank you so much for your time, I appreciate you :slight_smile:

your welcome.
I recommend to understand how to use :

  1. local and global variable
  2. tables to store data, normal table and dictionary table
1 Like