Wall stick/Gravity Controller

I wonder if you can code this to work with NPCs? Or does it already do that?:eyes:

1 Like

In some reason, camera won’t follows the player rotation degree (only in debug mode), anyone had this problem?

Did the recent updates break the camera again?

3 Likes

Yup the older version is broken for me as well. If you find a solution please let me know I’m gonna be looking into it myself as well.

Did you find a fix to the camera issue?

1 Like

It was a bug pushed from a roblox update that got reverted. It automatically got fixed for me although the camera issue kinda persists if you play for a very very long time.

kinda too late but is there a way to enable/re-enable this for certain clients.

Sorry if this is an extremely late question, yet is there a way i can disable and enable the Wall Sticking? I wanted to do that so i can allow the detection of Humanoid state types.

https://gyazo.com/7a8ae1c2844b5450b51b969871bdc483

I stumbled upon this problem, is there any way to fix the stutter?

I’m trying to make it just fallover, without ever rotating character, character should be able to jump/move normally just like jumping/moving from a high place and falling to ground.

1 Like

hi, is there a way to toggle the gravity controller

I have created an updated version of this script that allows for the collission of terrain.
Upgraded EgoMoose’s WallStickGravity Controller : Terrain Physics, Normal Animate - Resources / Community Resources - Developer Forum | Roblox

This version allows you to walk on parts with wall stick controller but not terrain. The original would make you fall through the terrain.

3 Likes

I have created a version of this linked above that replicates the humanoid states.

2 Likes

The main issue with the wallstick controller is it didn’t work on terrain but from what I learned , I can place a block where the terrain is and effectively make it work anyway.

So far soo good!

image

For Some reason it already worked on angled terrain? I guess I need to do more testing

Hmm might have to make a posted about this if the wallstick controller has been fixed.

YEP! this bad boy is ready to go!

I had to hack the out of it. Luckily I was able to apply all the changes without breaking it. I actually had two versions I was testing.

I have changed wallstick controller to work with terrain like it should and it is toggleable. PM me for a copy.

To try it out for yourself check out this place!
Terrain Gravity Controller - Roblox

.

Hey there!

I’m trying to make a system that toggles the gravity thing. The only problem im having is that the shiftlock is broken when the gravity is disabled, and the movement is all weird.

Can you plz make a function in the module to toggle the gravity (and camera thing too)

thank you for this…i didn’t realize this happens with terrain

Super Mario Galaxy in Roblox??? Hell yeah

2 Likes

An amazing module and system when I tested it, I was curious if you could give insight on how you would make it work for custom characters (non-r15/r6) ?

It should already work, the main hurtle would be changing the R15animate module to your custom rigs animations. There is R6 support by default. I have an unreleased version, that is the one shown in the pictures above. I have spent hours working on it to make it toggleable and work fully with terrain. but since no one has ever done it before I am keeping it private.

Mhm, I’ve tried that, just changing out the animate modules and stuff, didnt work. My specific rig isnt R6 or R15.

i think i’ll just whitelist terrain for now