A local script can't access the contents of server storage so how else could I disable the billboard gui by clicking a button?
My current script:
script.Parent.MouseButton1Click:Connect(function() game.ServerStorage.OverheadGui.Enabled = false game.ServerStorage.OverheadPlayerGui.Enabled = false end)