#can someone help me with this script orginally i had it as a local script in starter gui (which work

21 messages · Page 1 of 1 (latest)

toxic summit
#

Oh you want to make a change visible to everyone on the server?

#

then use remote events

#

and fire all the clients

#

don't change the local one

#

keep it like that

#

but add something like:
game.RepStorage.RemoteEvent:Connect(function()
-- Insert your code here
end)

#

and to trigger it

#

do

#

script.Parent.Triggered:Connect(function(plr)
game.RepStorage.RemoteEvent:FireAllClients()
end)

#

am i wrong?

brisk leaf
#

ill see

#

i tried something like that and it didnt work ill show u

toxic summit
#

alr

brisk leaf
#

the script kinda works but it only shows the last sentence and it dosent do the type writer effect

#

no erros just skip the first two sentences

toxic summit
#

so, remote events works fine but script on the gui didn't work fine?

brisk leaf
#

yeah pretty much

brisk leaf
#

i figured it out and reworked all the scripts thanks for trying to help @toxic summit