For my game I am making a Settings GUI that gives you the options to play and go on tutorial and help. Now to fit on the Tablet, Laptop, Computer and all the devices how do I do that, and please don't block this because blocking something like this is ridiculous please just explain to me and help me!
Try using the scale element of a gui size or position instead of offset. It's range is from 0-1, so position at scale 0.5,0.5 would place the top left corner of an object at the center of the screen. If you want to center it you can set the ui element's center position at the top of the properties list (can't remember it's actual name) to 0.5,0.5.
Go to the Test
tab, next to Terrain
and View
at the top. Under the tab, look for a computer monitor. There should be a dropdown menu when you click it. Select any of those options, and you will see what your GUIs will look like, emulating the real thing.