In a plugin
local toggle = toolbar:CreateButton("Toggle Options", "Toggle the Options Gui", "rbxassetid://4966899260")
It doesn’t load the image, no matter what ID I choose, what did I do wrong?
(feel like it’s something obvious)
In a plugin
local toggle = toolbar:CreateButton("Toggle Options", "Toggle the Options Gui", "rbxassetid://4966899260")
It doesn’t load the image, no matter what ID I choose, what did I do wrong?
(feel like it’s something obvious)
Is the ID of the image a Decal?
You need to get the ID of the Image itself, not the Decal ID. Try pasting the Decal ID onto a texture in Roblox Studio, it should automatically update to the Image ID rather than the Decal ID.