Im making a shop and when you click a button to enter a catgeory it calls Shop:ShowCategory which in turn calls Shop:DisableFrame for each category frame that isn't the one you clicked on , when it does this it parents it to self.disabled which is a folder inside the gui.
Problem is every time i call disabled the frame disappears and doesnt parent itself to the folder, i don't know if its even being parented because the disabled folder is empty.