#I'm trying to make an emote system for my game, how would I replicate the accessories to the server?

3 messages · Page 1 of 1 (latest)

thorny raptor
#

Might be self-explanatory to someone else but I don't understand LOL
What do you mean by accessories in terms of emotes?

thorny raptor
#

They should be replicated already? If they're in your character then the server has them which means they are replicated to all clients.

#

If you're changing them on the client in some way then yes, that would need to be replicated. In which case you should just RemoteEvent from the client to the server when you want to make a change to the accessories and have the server make that change instead of the client.