So where do I put animations for an ability? I’ve heard people say Client, however what if the server needs to use the :GetMarkerReachedSignal() event? Like for a combat system, to create a hitbox at a precise moment.
1 Like
I recommend having the animation play on the client (better optimized and also provides better player handling), but informing the server (RemoteEvent) when a specific marker is reached.