Need help making a rebirth system

I am currently using Zednovs tycoon kit and I am trying to make a rebirth system. I have tried to make all the purchased items and buttons destroy then clone the same items back. What I was hoping would happen is it basically just restarts the tycoon, but instead it just placed all the items in the tycoon. I have tried to but the tycoon in Replicated Storage and when a player joins it clones the tycoon to workspace. The same issue happened where all the items in the tycoon would appear. I am not a good scripter I am just starting out. So, does anyone know a good way I could implement a rebirth system into my tycoon.

2 Likes

Cloning items on the client will result in any server sided script not functioning, make sure you’re doing this in a serverscript. Anyways, with a localscript it can also be very vulnerable to exploits!

1 Like