Help With Gui Frames

The frames I store some of my Guis in wont scale, and it keeps giving me the error: "AbsolutePosition is not a valid member of Folder “StarterGui.ScreenGui.NonStackable” “NonStackable” is the folder I’m keeping the Frame in. Also, I can’t click and drag the frame, or anything else anymore, to move them. I have to scale my text labels to move them, and I can’t do that with the frames, as mentioned previously. All my frames are now in the default position and size(Upper left corner, square), and I cant change it.

Youre defining your frame as the folder. Folders do not have an AboslutePosition property. Fix this by defining it with NonStackable.FrameName

Please send a video of this happening, while showing the properties and hierarchy of your UI.
Though this may be an issue with your UI’s Zindex, check that it’s not below a conflicting frame

I think you slightly misinterpreted me at the beginning, so let me demonstrate all of them.

The issue is that you are using folders. Instead, use frames to store/organise frames.

Again, this is an issue with your referencing. You’re doing Folder.AbsolutePosition rather than UI.ObjectAbsolutePosition.

1 Like