How can I make a player walk on walls?

I’ve heard there’s some free open source scripts out there but I want to make it myself, I just need the player to be able to walk on walls when it touches them, I don’t need sounds or anything like that.

You could try to use Humanoid.MoveTo, or Humanoid.MoveToPoint.

EgoMoose made a great wall walking system. It might be better to learn from his scripts rather than asking here.
His scripts always have great comments about what each line or section is doing, so you can easily know what it’s about.

MoveTo and WalkToPoint only work on flat surfaces, not on vertical walls.

2 Likes