basically i created a gui that appears only for the local player
after appearing, the player who got the gui should be getting the highlight that everyone can see
it would work, if there were one player in the server, but if another player joins the server, the script wouldnt work on the other players
how can i fix this?
iotalua
(iotalua)
September 19, 2022, 8:13pm
#2
the highlight is already added to the player when they join, it’s just disabled until the gui appears
FentTamer
(FentTamer)
September 19, 2022, 8:15pm
#4
There is not enough information given, do you have a script/scripts of some sort?
iotalua
(iotalua)
September 19, 2022, 8:26pm
#6
What do you mean? As in you can’t enable it or something?
what i mean is, when the gui appears for the player, the highlight should be enabled for them
but since another player has joined recently (my alt), the highlight doesnt enable on my main account, but it enables on my alt account because it joined recently
fixed the problem
i inserted a remote server inside a local script, and then added a server script
and here are the scripts that fixed this thing