#anyone help me?

1 messages · Page 1 of 1 (latest)

formal raven
#

im trying to fix a bug. the bug is that a person press a TextButton it shows an anim right. when i press that too, i cant see the other pov anims, i can see my anims. and i mean that a guy cant see an anim, and the guy can see her anim in her pov, i cant see the others anim. and btw i cant heard the sounds

jolly thicket
#

my guess is you are playing animations on the client - which is problematic because animations do not replicate to other clients.
once you start your animation, you should send a remote event to the server, signalling that the server should also play the same animation on the character.

the same idea applies to sounds. if the sound is played on the client, the server won't hear it. so signal to the server that this sound should be heard.

you could do this by sending the rbx asset IDs of the animations/sounds to the server, and have the server play the animation/sound.

formal raven
#

ah