I need some help guys

So i don’t know how to make an npc move and jump freely. i looked online but nothing, i tried to make my own code nothing, so i came to you guys. i thought you could maybe give a link to a tutorial or give me some pointers?

Why don’t you set up a random system which jumps and moves at random times to random positions in the map? You can use :MoveTo and Humanoid.Jump = true for this. encase this in a while true do loop, with a wait.

oh yeah! good idea, thank you! :smiley:

1 Like