Animation refuses to stop

the your local script not firing the event check it.

1 Like

It is, the localscript is printing “dropped”.

1 Like

are you firing correct remove event?? cause if so, the sever should receive it and connect the function. maybe you have some error in the server script?

2 Likes

I fixed the event, but 3 seconds later it prints “y” again.

1 Like

You should probably just provide both of the relevant scripts (local and server) as I imagine there are issues elsewhere in your code.

2 Likes

@Forummer as he said you should provide both side script. The code i shared is simple it plays the anim on receiving DribbleBall remote event and stops the animation on DropBall remote event.

1 Like