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

How do I make text change by clicking a button?

Asked by 4 years ago

I am trying to make a cafe. In the top left corner of your screen, I have a text label. I have it in a ScreenGui in StarterGui. Inside the same ScreenGui, I have a ScrollingGui, which has some TextButtons inside. How do I make it so, when I click, for example, the TextButton called Milkshake, the TextLabel says "Milkshake" to ALL PLAYERS on the server?

0
I'm pretty sure that this isn't the most "efficient" way to do it, but you'd fire a RemoteEvent to the server and the server fires to all clients because even if you change the text from the server only that client's text will be changed DeceptiveCaster 3761 — 4y

Answer this question