#Visibility Vs. Clone and Destroy

1 messages · Page 1 of 1 (latest)

frank ravine
#

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.

small goblet
#

If an object is only needed once then no longer needed ever I think destroying it is the best.

fresh veldt
#

depends on how many times youll need to use it