Ok so the destroy function also set the parent as nil, I will do the lazy option and set the parent as nil
2 Likes
Ok, When I set the parent to nil one of the buy scripts doesn’t work, I will set the parent for a folder on ServerStorage
1 Like
Somewhat related question, if I’m in a situation where I need to get rid of a ton of models/parts, etc would destroying them give more performance than parenting them to nil?
Well, as far I know there’s no difference, what destroy do is it set the parent to nil and lock the parent so you can’t change, I guess that there’s no difference, except that with destroy you can’t recuperate the instance.