I watched some youtube videos about old topbarplus v2 and saw that dropdown is small but for some reason now its big
This is what i wanted
This is what i got
here is my full code:
local Icon = require(game.ReplicatedStorage.Icon)
local menuIcon = Icon.new()
menuIcon:setLabel("File")
menuIcon:setDropdown({
Icon.new()
:setLabel("Save")
:oneClick(),
Icon.new()
:setLabel("Exit")
:oneClick(),
})
Can someone help me?