Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Wall Walking - Walk on Walls?

Asked by 7 years ago
Edited 7 years ago

How do you script that , I don't even know where to start .

Is there anything that can help me to understand how to make it ?

Thanks for the Help !

1
Scripting Helpers is not a request site. Please at least attempt to make this, then if you get stuck, post the broken code and we'll take a look for you. Vrakos 109 — 7y
0
I see.... well I just asked for like a opening how should I start it .. anyway I see okay DarkWQlfc 20 — 7y

1 answer

Log in to vote
0
Answered by 7 years ago

You could start by making invisible ladder-like outdents on the walls you want to be walkable. Now, the basic Robloxian can CLIMB across. In first person, just manipulating the camera angle with a script (look up 'Camera Manipulation Roblox' for more details) will make it feel like wall-walking, but you'll need to replace the climbing animation to make it look that way to other users.

So there you have it. Wall-walking may be hard to script but with a few lines of code wall-CLIMBING can feel a hell of a lot easier to manipulate.

Why start from scratch when you can just modify a ROBLOX default system?

0
Something to note is if you actually need to climb something as well you can make invisible trigger objects in front of the real ladders and wall-walk ladders that enable/disable custom animations and camera manipulating. MisterMCCreeper -4 — 7y
Ad

Answer this question