Is there a way to make your guis perfectly centered and perfectly sized for all platforms like Phone, pc, and Laptops?
"Centered" Here's the my explanation. If i were you, to center my GUI on all devices, here's my way. Example: Size Offset X: 50 and Y: 50 What ill do for the position is Position Offset : -25 (Both X and Y because X and Y was the same, if diffrent, change it too, just divide by two) Scale = 0.5
Perfectly Sized? Use Scales And Frames, Frames really help alot.