Is TopBarPlus V3 on old Roblox TopBar is broken?

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
image

This is what i got
image

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?

1 Like

The version you’re using is V3 and not V2, which is no longer available. (if im right)