Help with custom leaderboard UICorner

How do I make the custom leaderboard have UICorner in the script? I tried, corner = 0.25, 8 which is clearly terrible because I don’t know how to script.

Can anyone please help?

It didn't let me send the script, so here's the model and the script is inside the GUI!

playerlistgui.rbxm (24.0 KB)

UICorners take a UDim, so you can write UICorner.CornerRadius = UDim.new(0.25, 8)

For future reference, you can paste your script into the post. Adding ``` before and after the code will automatically format it.

Which line in the script? If you don’t know you can just check the script because it’s in the file I sen’t to download.