Nametags look huge on mobile

My friend is trying to make it to where his nametag/group rank system is compatible with all devices. Right now it looks normal on PC but on mobile, it looks HUGE. Please help!

You may be using offset instead of scale, which is causing it to have the size look different on other devices.

Do the numbers in the size of your ui have numbers to the right kinda like this:
{0,100},{0,100}

That is probably because you have not scaled your UIs properly to be compatible on all devices.

You can use a plugin like ZacByte’s AutoScale Lite plugin to scale GUIs to be compatible on all devices.

1 Like