#Delay between idle and walk animations
1 messages · Page 1 of 1 (latest)
I don't see anything that would cause a delay unless its something wrong with the animation
I tested this and it worked fine for me
could you send a video?
Is the animation happening in a local script or server script?
server script
its probably the delay from the server replicating to the client
animation in the character, which is in repstorage
i did mine in a local script and that fixes the delay i think
so animation should be cloned into character itself
but other players cant see
if i make like that
I think it replicates the animations from your player on the client to other players but im not sure
if i remember correctly local script is only visible on client side
doesnt effect server
its why they cant exploit
animations replicate client to server
so you dont hsve to do it on a server script
so all i need to do is switch script into local?
yeah i think so
try it
i would test to see if it replicates
nice