#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)
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?
alr
these are the first two scripts
\
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
so, remote events works fine but script on the gui didn't work fine?
yeah pretty much
i figured it out and reworked all the scripts thanks for trying to help @toxic summit