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

How would you make a a gui notification that has someone's name in it?

Asked by 5 years ago
Edited 5 years ago

(Note: I have little to no scripting experience) How would you make a button that would display a message to everyone that included the name of the person that stepped on the button? I know how you would have a button display a message, I just need to know how you would display the name of the person who touched it, and then a bit of text after that.

0
post what you have worked on so far Sergiomontani10 236 — 5y
0
Go onto the developer wiki site and read up on GUIs and GUI manipulation. Very easy to understand and experiment with. waifuSZN 123 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago
Edited 5 years ago

To create a Filtering Compatible Gui Notification sent from Client to all players, you will need to use RemoteEvents.

I recommend sending the message through a RemoteEvent to a Script, filtering the message, and firing all clients with the filtered message.

Look at RemoteEvents.

Use the RemoteEvent to send the message and player name. The Server Script will receive the player. Fire all the clients with the player. Name and set the name text to the value sent.

For help, DM me on Discord.

Bark#4260

You can find me through the SH Discord.

Video Tutorial from AlvinBlox: https://www.youtube.com/watch?v=wic-N4JiFss

0
Thanks for the help! I didn't think anyone would actually find this. LarryThePlatopus123 0 — 5y
Ad

Answer this question