How do I put a GUI button on the topbar

yea im trying to make a settings button beside the roblox chat button i cant find how to position this.

image

You can simply Turn the IgnoreGuiInset (Gui Property) off and modify the size and the position. (This requires offsetting)

Size Offset: {0, 31},{0, 31}
Position Offset: {0, 105},{0, 4}

1 Like