Destroy All Contents of the game

Is there a way I can destroy everything on my game and completely reset it? Other than publish as? I know how to do it per a script, etc but I wanted to know if there was a simpler way to do it?

Do you mean to destroy everything in-game or delete it? If you want to delete it, open normal studio (No specific place) and you can archive that place.

2 Likes

To clear all the children of workspace or something just use ClearChildren

game.Workspace:ClearChildren()

Then you can do the same for all the other services

2 Likes

thank you, I wanted to make sure.

1 Like