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
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:
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.