So im having a problem with my buttons and frames.....first i should say im very inexperienced in LUA and roblox so sorry if this is a stupid problem hehe.
so everytime i place a button or frame of some sort and get its position where i want in roblox studio, then i test play the button/frame is in a different spot....and when i go to play online its in a different spot than the test play and the studio edit :/
is there some sort of anchor or something im missing? plz help and thanks :)
If it is a block then there is a check box in the block's property that says "Anchored" if you check the check box, the block can not be physically moved, and only scripts and studio can change its position!
If it is a GUI, it is more complicated. GUI's position system has 4 different things. Scale X, offset X, Scale Y, offset Y. Scale will scale to the player's monitor size, while offset will go that many pixels from the players edge of screen!
If this helped, please accept