Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i make a clickdetector button make a GUI visible to everyone in the server?

Asked by 4 years ago

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.

2 answers

Log in to vote
0
Answered by 4 years ago

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.

0
im confused with that Xyptoc_y 18 — 4y
0
im not really a guy who works with remotes Xyptoc_y 18 — 4y
0
The wiki is a great place to start. RaforawesomeAlt 343 — 4y
0
oh wait nevermind i solved it, thanks alot Xyptoc_y 18 — 4y
Ad
Log in to vote
0
Answered by 4 years ago

It have been solved

Answer this question