#Visibility Vs. Clone and Destroy
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
If I only need an object to be visible temporarily is it better practice to keep it in the workspace and change the visibility or clone it from replicatedstorage and destroy it when its no longer needed.
If an object is only needed once then no longer needed ever I think destroying it is the best.
depends on how many times youll need to use it