Simple Melee shop UI feedback

Hello! I would like your feedback on my simple Shop UI that I created, it is very modular and easy to use

Simple Weapon Creation
local Mace = Registry.new("Mace", false)
Mace:SetProperties(23, .7, 5600, 0)
Mace:SetShopProperties("Medium", "Bludgeons", "Rare")
Mace:SetModel(WeaponModelLocation.Part)
Mace:SetAttackPack("Base")
Mace:CreateDataValue()

My goal is to achieve a smooth design that is easy to navigate/use

I would like feedback on what you think I should improve or not, currently the UI is only a total of 950+ lines (897 lines from a module script held in replicated storage, other lines are held by localscripts inside the UI itself)

Video of UI

https://www.youtube.com/watch?v=uX2xier2pZg

I have been working on this UI for a decently long time, trying to make it generally optimized, yet I really dislike the way the weapon stats show when on the weapon select page:

Weapon select page

I feel that these stats don’t fit the style and I would really like other people’s feedback on whether or not it should be changed.

Please move this topic to #help-and-feedback:creations-feedback.

As for the GUI, it looks amazing. But… only the animations look amazing. The GUI itself doesn’t seem to match the smooth animations. Maybe try increasing the over all padding, using smaller text sizes, better fonts, etc.
I would also recommend getting inspiration online.