Author Topic: Is there any way to make a player always loop the walking animation?  (Read 1285 times)

I need it for a video effect

If you're on someone else's server, press sit and forward at the same time. It works the same way as the humping trick. It doesn't work in singleplayer though because your connection is too good.

%player.playThread(0,run);


How do I use this?
findClientByName("Fastlex").player.playThread(0, run);

When I try walking backwards it causes the two animations to play at the same time. Causing some weird looking walk.

To root the player, %player.playthread(0,root);

I'm guessing Root only stops the animation loop?

%player.playThread(0,run);
I never get why this function is called "playthread"
It's not like it has anything to do with threads

bind a sit key, press sit and forwards at the exact same timee

bind a sit key, press sit and forwards at the exact same timee
I think that's less possible if you're the host of the server (singleplayer and multiplayer)

bind a sit key, press sit and forwards at the exact same timee

This isn't working for me.

commandtoserver('sit');
moveForward(1);
schedule(serverconnection.getPing(),0,moveForward,0);