Fire an event from the localscript when the clickdetector is clicked or however you want,
Event:FireServer()
On the server you would do
Event.OnServerEvent:Connect(function()
GUI.Enabled = true --- GUI ENABLE HERE
end)
Fire an event from the localscript when the clickdetector is clicked or however you want,
Event:FireServer()
On the server you would do
Event.OnServerEvent:Connect(function()
GUI.Enabled = true --- GUI ENABLE HERE
end)