How do I set a buttons position to a frame inside another screen gui

I have a button called “InvButton” which is invisible and just acts as a button. Then inside another screen gui, I have a frame called InvButtonDisplay, I want the “InvButton” to have the same position and scale as the invbuttondisplay, but i’m not sure how to do this. (I need the invButton to stay in its seperate screen gui otherwise it messes up my script.


Thanks for any help

can you just copy its properties?

1 Like

I want it to copy InvButtonDisplay, but thats inside of a frame, so its properties are relative to the frame not the whole screen if that makes sense

Oh ok, can you put the other one inside of a frame that’s in the same position as the other frame and then copy its location? or would that be doing too much…

it seems like there should be a property that gives it location relative to the whole screen and not just the frame, (I don’t have studio open rn so I can’t check)

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.