i get this error when i try to clear the children of my scrolling frame but idk why 23:54:38.725 Players.Teddy_arm.PlayerGui.Inventory.InventoryFrame.ScrollingFrame.InventoryController:4: attempt to index nil with 'Parent' - Studio
local scrollingFrame = script.Parent.Parent.ScrollingFrame
local InspectFrame = script.Parent.Parent.InspectFrame
scrollingFrame:ClearAllChildren()```