So I have already searched this up in the developer forums and I have used Auto-Scale Lite to scale all of my buttons for mobile. Although I have already done that, the text is still too small and I can’t find out how to scale the text. How do I fix this? Note: I have already clicked Scale Text in the properties tab for all of the text buttons.
Try using a UITextSizeConstraint for your text. It will make the text as big as possible while still scaling if you have TextScaled on.
This isn’t the only problem. In general, your scaling makes all of the elements in the UI very small for mobile devices. Considering that mobile users have to use their fingers, having small buttons is not the ideal way to scale this. Consider resizing your UIs or make them bigger for mobile screens only while keeping the same sizes for larger resolutions.