I did move the button to the left of the belt bar per the documentation. However, I would like to move it upwards in its current position a little bit since my InfoPanel Balance and RP bar overlaps it by about 1/16" to 1/8". Which number do I change to do that? Do I increase or decrease that number??? Those numbers mean absolutely nothing to me.
Adjusting Backpack GUI Button for non-codersSolved
"GUI Button Position": {
"Anchors Min": "0.5 0.0",
"Anchors Max": "0.5 0.0",
"Offsets Min": "-265 18",
"Offsets Max": "-205 78"
}Based on the above example (from the docs), you can move the button vertically by simultaneously increasing the 18 and 78. For example, change to 25 and 85.
Mine are set to these and the button is flush against belt gui
"Background color (RGBA format)": "0 0 0 0.4",
"GUI Button Position": {
"Anchors Min": "0.5 0.0",
"Anchors Max": "0.5 0.0",
"Offsets Min": "-245 18",
"Offsets Max": "-205 78"
TY so much! This helps a lot!
Locked automatically