I’m starting to get into UI design on ROBLOX, and I have a quick question. How do I make it so UI looks scaled (specifically text) on all devices (except for console)? When I try TextScaled, it doesn’t help. Anyone have a solution to this issue?
I recommend using Scale not Offset ( Located in Size Property ; Put Offset Values to ‘0’ )
Scale will put the UI as the same size, etc for every device.