local Icon = require(game:GetService("ReplicatedStorage").Icon) local frame = game.StarterGui.Settings Icon.new() :setImage(1188759245) :setTip("Settings") .deselected:Connect(function() frame.Enabled = false end) .selected:Connect(function() frame.Enabled = true end)