#Quik Question about my LocalScript
1 messages · Page 1 of 1 (latest)
if its a local script then other players should only see the speed
so i have to handle the animation in server 
Animations automatically replicated to the server
But the speed will only be client side. Animation client, speed server.
I think the animation replication is only for the Animator in the Humanoid, may not work if the outdated humanoid:LoadAnimation is used
oh so i need to handle only the speed on server side?
Yes