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.
What solutions have you tried so far? i Tried Gravity Controller, Doesnt Help.
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