I need help

Yes, you’ll just need an among us guy that’s just standing in its first frame, and walking in every other frame while facing the right side, and plugin this code:

var speed = 19 //Speed set to 19
if(isKeyDown('right'){
this.x+=speed;
this.scaleX=1;
this.play();
}
if(isKeyDown('left'){
this.x-=speed;
this.scaleX=-1;
this.play();
}
if(isKeyDown('up'){
this.y-=speed;
this.play();
}
if(isKeyDown('down'){
this.y+=speed;
this.play();
}
if(isKeyDown('right')||isKeyDown('left')isKeyDown('up')isKeyDown('down')){}else{
this.gotoAndStop(1);
}

If you need an example, I can provide you with an Among Us example (I never drew among us guys on wick before), but you’ll have to wait sometime cause it’s night in my timezone

can you provide me with an example?

Sure, the last post is almost 24 hours ago, so it’s night in my timezone again. I’ll get u an example tomorrow, that’s a promise

where do i paste the code

in the player… from the project (not inside of any clip)

yeah but what kind of code key down or update

Oh yes, Update… I might create an example now (jimmy 3 seconds)

looks like its for the update tab.

The code I shared had some syntax errors, here’s a fixed one

Update script
var speed = 19; //Speed set to 19
if(isKeyDown('right')){
this.x+=speed;
this.scaleX=1;
this.play();
}
if(isKeyDown('left')){
this.x-=speed;
this.scaleX=-1;
this.play();
}
if(isKeyDown('up')){
this.y-=speed;
this.play();
}
if(isKeyDown('down')){
this.y+=speed;
this.play();
}
if(isKeyDown('right')||isKeyDown('left')||isKeyDown('up')||isKeyDown('down')){}else{
this.gotoAndStop(1);
}

Not the best with drawing among us guys, but a quick example:
Among Us example 11-18-2020_6-46-58PM.wick (16.9 KB)

no offense @myuzernamesthis6 but why cant you just look on other forums and if they are too hard to learn, look to other forums but if there is no answer just say “how” instead of saying “send file” i only ask them to send file SO i can learn something from there not just steal their code. so just please say how not send file.

ok…

Actually, I was the one who offered to send a file

he was saying it to other people too bruh