You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? To fix this issue
What is the issue? I’m trying to use a Clickdetector to make a Gui visible but it isn’t working, it’s a localscript inside of the starterplayerscripts and I’m not getting any errors and the Gui is in StarterGui.
local Detector = game.Workspace.Clickpart.ClickDetector
Detector.MouseClick:Connect(function()
game.Players.LocalPlayer.PlayerGui.ShopGui.Frame.Button.Visible = true
game.Players.LocalPlayer.PlayerGui.ShopGui.Frame.Frame.Visible = true
end