1ForeverHD / TopbarPlus

Construct dynamic and intuitive topbar icons. Enhance the appearance and behaviour of these icons with features such as themes, dropdowns and menus.
https://devforum.roblox.com/t/topbarplus/1017485
Mozilla Public License 2.0
100 stars 129 forks source link

Issues with Images #26

Closed Boxkin closed 2 years ago

Boxkin commented 3 years ago

For some reason Images do not upload properly, I know that It's just me messing up but please help me, Script for the part below:

local Icon = require(game:GetService("ReplicatedStorage").Icon)

Icon.new() :setImage(6878002842) :setLabel("")

1ForeverHD commented 3 years ago

Make sure to use the AssetId instead of the WebsiteId.

An easy way to convert a WebsiteId into an AssetId is by pasting it into the Texture property of a Decal for instance.

You can also get the AssetId by right clicking an item in the toolbox!

image