Collecting coins

Yay! I removed ur wait() after destroying coin and error didnt appear. Is this method good (getting table straight away when I delete coin) or I should rather not do this?

Yes, it is good. I added a wait() because I thought the table wouldn’t be updated it it’s done straight away but I was wrong.