Planetary Gravity (how to use it?)

I’m making a small mini game that takes place on a sphere part was terrain planet. I hoped to allow the players to run all over the planet (even the underside) without falling off from gravity effects.
I found a planetary gravity plugin but I wasn’t sure if it was worth downloading so I looked for tutorials on how to script planetary gravity myself. But google wasn’t helpful and I couldn’t find anything on the forum that was specific.
So I broke down and typed this out :stuck_out_tongue:

Keep in mind I’m a new scripter

6 Likes

Check out this: [Release] Custom character controller by @EgoMoose

4 Likes

Thanks, but this seems to work only on parts and not terrain.

2 Likes

Oh you’re making it on terrain? Well you could place a sphere around it and then set the transparency to 1.

2 Likes

I did what you suggested but my character ended up falling off the planet.
Here’s a video:

1 Like

And you used this? [Release] Custom character controller

1 Like

I did. It doesn’t seem to be working. Is it because I didn’t disable gravity in studio?
Edit: nvm, I disabled gravity and it still wasn’t working.

1 Like

It works for me… Planet gravity - Roblox

2 Likes

It works for you but not for me.That’s so weird…what’s your hierarchy?

Here’s a link to my problem: Candy Collector Updates Storage - Roblox

Update: After messing around with other models and scripts, I’m still having the same problem…
I tried just using a part without any terrain inside

1 Like

I know this is an old topic but if you still need something for this there is EgoMoose’s new(er) “Gravity Controller”.

3 Likes

Try this
https://www.youtube.com/watch?v=MJH2DwiFjfA

To make it so you can also walk on a flat surface just add the planet tag to the flat surface

1 Like