You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Load iconslocalIconsV2=loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/Footagesus/Icons/main/Main-v2.lua"))()
-- optional. Set Icons Type (default is lucide)IconsV2.SetIconsType("lucide") -- lucide, craft and more...-- Use IconslocalHouseIcon=IconsV2.GetIcon("house") -- default is lucidelocalImageLabel=Instance.new("ImageLabel")
ImageLabel.Image=HouseIconlocalSFSymbolsHouseFill=IconsV2.GetIcon("sfsymbols:HouseFill") -- get sf-symbol iconlocalImageLabel2=Instance.new("ImageLabel")
ImageLabel2.Image=SFSymbolsHouseFillImageLabel2.ImageColor3=Color3.fromHex("#30ff6a") -- set color