Hey, so I’m trying to use TopBarPlus V3 by @ForeverHD. But it is not working for my game??
I have a localscript on StarterPlayerScripts with this code:
-- Within a LocalScript in StarterPlayerScripts and assuming the Icon package is placed in ReplicatedStorage
local Icon = require(game:GetService("ReplicatedStorage").Icon)
local icon = Icon.new()
icon.setLabel("Test")