UI Corner Appears in roblox studio testing, but not in the actual game

So I have an ammo counter for a gun and its frame has a UI Corner to make it look nicer, when I test it in roblox studio it looks fine but when I swap it to regular roblox, the UI Corner is gone. I made sure that the roblox game is fully up to date and I don’t know what’s causing this issue or how to solve it since the frame that surrounds the ammo count has a UI corner which works fine in studio and in game.

in studio:
pistol 1

in game:

1 Like

Is the CornerRadius set to a scale value? If it’s offset, consider changing it.

E.g.; change it from 0,2 to 0.02,0.

yeah my corner radius had an offset value, I’ll try changing that

It still looks the same after setting the CornerRadius to a scale value

Are you sure you published the game after changing / adding that UICorner?

Yes, I even republished the game as a completely new place to make sure.

1 Like

Are you sure that it even exists when the game runs… Nothing destroys it…?

Well I’m 100% sure that nothing destroys it while I’m testing it in roblox studio, though I don’t know how changing to the roblox app would cause the UI corner to delete

1 Like

I found out that when using canvas groups, I needed to apply the UI corner to each frame, not just the background one in order to see the corners, and for some reason you can only see this bug in roblox, not in roblox studio.