So i have been making a nuclear bomb system for a game but i want my gui to show it at everyone whenever someone has clicked the clickdetector button, not a UI button but an ordinary clickdetector one, i need a code that shows the...
script.Parent.ClickDetector.MouseClick:Connect(function() end)
system, you can name the gui "bruh" for it, thanks.
You can set up a remote with remote:FireAllClients()
. Have a localscript in starterplayerscripts that listens to the remote and makes a GUI visible when remote.OnClientEvent
is fired.