I am making a taser in Roblox and want to run an animation to character that got hit by the recast. The animation is supposed look like the player is laying down, stunned. However, the animation only looks fine from the view point of the person holding the taser. What I mean is, it looks how it should everywhere but the client side of the person being hit.
It doesn’t matter how it looks on the server. Does it not look the same between two clients? Probably you will have to send a remote event to the person hit to tell them to play the animation.
Not that I can see. If its played in a server script it should affect every client equally. That makes me think what you’re doing is not actually running on the server. A system like this (a tool) almost always needs both a client and server script. I would have to see the code you’re using.
After a while I figured out I just needed to make the animation priority idle, make it loop, and make sure I move a tool that the player might be holding to its backpack. And with that, it works!