So I’m making a custom leaderboard/player list using a scrolling frame, but I would like to remove the thin black line which separates the frame from the scrolling bar, is there a way to do this?
3 Likes
Set the property, BorderSizePixel
to 0.
5 Likes
Ah, thanks for your help! Have a good day