Hi everyone, so I have this code:
if Players.LocalPlayer.PlayerGui.TopbarPlus.TopbarContainer.UnnamedIcon then
Players.LocalPlayer.PlayerGui.TopbarPlus.TopbarContainer.UnnamedIcon:Destroy()
end
But it always seems to error:
UnnamedIcon is not a valid member of Frame "Players.SimplyEtxan.PlayerGui.TopbarPlus.TopbarContainer"
Does anyone have any ideas?