I’m trying to make a loading screen for my game but there’s this extremely weird small unfilled area and it’s really annoying. Does anyone know how to fix this? First image is explorer and second image is the weird unfilled area (on the far right side)
1 Like
It usually happens when the size, position, or anchor point configuration somehow results in a decimal. You can try setting the anchor point to (0,0), use scalar size, or add an offset of 1 pixel into the size of the bar.
Wait, I thought the anchor point is already 0,0 by default?
turn on ignoreguiinset in your screengui
It’s been on already. I don’t think that’s the problem