I know this isnt the right place to post this but I dont have access to studio bugs so.
As you can see in the image when I’m moving my textlabel it causes it to incorrectly show up in studio. i am not sure if this a plugin I’m using or Roblox and I’m wondering if there is a way to fix this.
The children of the frames
You’re allowed to move objects that are parented inside of a frame, outside of that frame. I may be misinterpreting your ‘bug’, but it is up to you as the developer to tell the text label where to go.
huh? in the screenshot it clearly shows the outline isnt the outline of the label. Im not sure on what you mean by this
The selected label has a blue barrier whereas the parented Frame has a white barrier showing you the boundaries of that frame that the label is currently in.
I was asking, is your bug that the label can be positioned out of the frame, or is it that the frame is also shown when the label is selected?
Ok. but this is extremely annoying since its size, and position do not match where I want it to go. if i resize it a little it becomes either extremely big or extremely small.
The frame should be the outer edges of everything that could possibly be inside of it. You would resize the frame to your liking, and then any item inside of the frame can be resized individually. If you resize the frame itself, it will proportionally increase or decrease the size of the children inside of it.
You would add the frame → Resize to your liking → Add children into frame based on needs → Resize children individually → Scale & Position Anchor Point
Hey. Just wanted to reply and let you know I’m having this same error too. It wasn’t doing this before. Before, it was working fine and my text label was aligned with the scrolling frame, but now its not aligned and its super difficult to move. I’m not sure if this is something on my end or if this is a general roblox studio issue. I’ve already tried scaling the text outside of the scrolling frame, and then putting it back in, but the text shows up very big and stays outside of the text label. I would really love if this could get some kind of fix, because so far I’m not sure what to do.
Since this still says unsolved, I just wanted to reply to let you know my fix for it. If you click on the scrolling frame, and then look up AutomaticCanvasSize under “Scrolling”, you should change that to XY. For mine, I had it set to none. Once I set it to XY, it ended up working for me. It doesn’t really work fully, but it works enough to use the scrolling frame better. I hope this can help anyone experiencing this.