Hello. I am creating some User Interfaces, with a friend of mine. And, I am having an issue with the User Interfaces. Were, I can’t see the User Interfaces, as clear as he can, because my resolution being different. How can I solve this problem, were you could fit User Interfaces, to fit on any type of resolution, and devices. Thank you.
1 Like
Could you show us a screenshot of the issue?
U can use the Device Emulator to emulate the size of each device.
2 Likes
When your working with UI don’t drag and drop. Use the properties tab increase size and change position when needed. If you do this your UI will fit on every single device. Also remember the UI scale on roblox has a max range of 1000x1000 or 1x1 so if you go into the properties set your anchor to .5,.5 then move your ui using the position property then increase size using the size property. Your UI will automatically scale on all devices.
Let me know if you have further questions.
Regards,
Aura
1 Like