What is the difference between :destroy() and :remove()
:destroy()
:remove()
0
If i remember correctly, :Remove() is deprecated, or isn't recommended for useUtter_Incompetence856— 4y
1
Sorry, :Remove() sets the instance's parent to nil, while :Destroy() locks the .Parent property. Which means that when you use :Remove(), you can still re-use the instance by setting the parent to something else.Utter_Incompetence856— 4y