Hey, can anybody help Me with this?

I need help with this, I’m trying to make a Spider-Man game but idk how to make it so you can only walk on certain object like a buildings wall but not something like a car? Thanks if anyone can help.
2. What is the issue? Cant Figure IT oUT.

  1. What solutions have you tried so far? i Tried Gravity Controller, Doesnt Help.
2 Likes

perhaps use touch detection and if the object touched is not what you want the player to touch move the player back away from the object.

2 Likes

You could Raycast under the character and see the results.

I dont really know about raycasting

1 Like

If that’s what concerns you, and you’ve got the wall walking script working just fine, you could add a tag to each climbable wall, then check if the part has that tag via the :HasTag() method on CollectionService (roblox.com)

If you’re making the walls yourself, you can use this plugin to apply the tags: Tag Editor - Roblox

1 Like

Thats Probally A Good Idea.
I Will Try It Out Soon. Thanks!

i dont have a walkwalking script are you dumb