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

Remote events to change guis?

Asked by 8 years ago

Hi, I've been wondering how you would use remote events to change GUI text. I don't know how I would start off a remote event function in a server script. Can you help me with that?

1 answer

Log in to vote
0
Answered by 8 years ago

Remote events are built on the foundation of a client-server network. This is why we can only use them when dealing with both local scripts, and server scripts.

Now, I'm going to spare some lecture since I've answered some questions relatively close to this before, including making a video on implementing it.

Here's an answer I gave a while back that's very similar to your inquiry: https://scriptinghelpers.org/questions/25370/how-to-send-a-notification-to-all-players-via-gui#28942

And if you're interested in seeing the video implementing the use of remote events I made, you can check it out here: https://www.youtube.com/watch?v=uoUfrm9ZUbI

It's fairly old, but the concept still remains in tact. If you have any questions, just let me know.

Ad

Answer this question