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

When I use a script (Not local script) it only dose it for me not eveyone else in the server?

Asked by 2 years ago

****for example I click a button and that button make a textlabel say Hello but, it only appears for me not for everyone else.**

2 answers

Log in to vote
0
Answered by 2 years ago

Please give us the script so we can figure It out, but try using a RemoteEvent

RemoteEvent Information: https://developer.roblox.com/en-us/api-reference/class/RemoteEvent

0
ok abdulw12 8 — 2y
Ad
Log in to vote
0
Answered by
SuperPuiu 497 Moderation Voter
2 years ago

By your example I undersrand that you want to change a textlabel using a script for everyone, right? If yes, then it is possible but you have to use :GetPlayers() and do for every player in server the same thing to gui. Or you can use a local script and a script to do that (By firing the event for all clients). Bonus: ServerScripts don't change the gui for everyone by just changing one player's gui poperty

Answer this question