:Move - is the ideal method I use for the purposes of the game, other methods like moveTo() or moveToFinished() are slow for the responce, so I will not use them…
The human model is copied from the main charachter and has all the built-in animation tracks, but it moves as if it is on rollers, no animation is triggerd. Do I have to start it with some sort of a command?
So, you need to insert a server script, name it “Animate”, then select and open your local script, CTRL + A the script, CTRL + C after that, then open the server script and then do CTRL + V. Next you need to copy the local script’s content, its childs, then paste or move them into the server script. You can then delete the local script, but do it only if you managed to do the above.
I copy-pasted all the contents of LocalScript “Animate” of the main character to a new “Animate” ServerScript which is on ServerStorage.
The olny alteration is to get rid of the following function as it gives an error
– game:GetService(“Players”).LocalPlayer.Chatted:connect(function(msg)
I copied & attached all the LocalScript’s “childs” to ServerScript.
Now programmatically I attach the Server Script to the model.