I am making a gui for my game’s main menu but when I resize window position of button change.
Before I resize window =
After I resize window =
Please tell me how to fix this
I am making a gui for my game’s main menu but when I resize window position of button change.
Before I resize window =
After I resize window =
Please tell me how to fix this
Use this plugin to simply scale your UI for any device. Using it for over two years and still works for me.
use UDim2.FromScale()
instead