In the image you showed, the “Credit” Frame is actually a child of a TextButton that is a child of the ScreenGui. So the Credit frame is not a direct child of ScreenGui. According to your error you are trying to index Credit as a direct child of your ScreenGui. The fix to this is by indexing it appropriately by looking at the path of the object.