you have to actually explain the issue for us to understand and give you a response on what you may be doing wrong…
is there an error in the script? is the script “working”, but not as intended? what is the script even supposed to be doing???
they give you a pregenerated format for how to make a post in this channel but it just looks like you went ctrl + a then backspace, without reading it at all
you are firing the event too fast
the server sends the remote as soon as the player joins the game
maybe send the event after character appearance loads
yeah you added it to client
Server is running its code too quickly because client has not loaded yet and cant see the event yet
so I suggested adding character added / appearance loaded on server
like:
Playeradded
Characteradded
– then doing your fireclient stuff