It works fine while walking on the surface but as soon as i mine down i encounter some issues.
I walk on the walls of the cave instead of falling to the center of the planet.
I have searched for solutions for a month now and i can’t find anything useful.
And this is the only controller that i fount wich can work with terrain.
Any planetary gravity scripts that i found didn’t work with terrain
The reason i want to use terrain do badly is that i can mine into it.
Using parts isn’t an option since the default roblox ball is too low poly and has weird collisions when big. Meshes aren’t an option either because the only way i know to make a hole in a part is with unions, but they don’t work on meshes.
Anyways, What is I’m asking for is maybe helping me do some slight modification to EgoMoose’s Controller so it just pulls the player to a center of mass (By that i mean a vector3 Value) that i can jut put in the center of the terrain ball and not make the player walk on it’s walls. Just perpendicular to the ball’s surface
After a year I have finally managed to do it.
If anyone else stumbled upon this dev forum post looking for how to do it here is a tutorial. https://www.youtube.com/watch?v=MJH2DwiFjfA
I found some bugs there about jumping system. Basically when the character is not in it’s “original” orientation it jumps sideways and it can jump into space. Let me know if you want my help to fix it!
Thank you for telling me about it!
I knew about the bug and I had fixed it already, I just forgot to publish the changes
If you have noticed any other bugs please tell me
Also, one more thing. I am encountering this bug quite frequently. It’s dragging me sideways for no reason, and it doesnt orient the player properly.
Use the custom seat system i made here is a link, if it makes you fly change it’s name from seat to something else. The script for Fly is in starter player starter character scripts and it’s called Ship. It’s a fly script i got from the toolbox that i just made to make you fly whenever you go into the ship
You spent a year trying to fix it, legend.
I stumbled across this post looking for the same problem with EgoMoose’s controller. How did you fix it? Also since you use terrain, does swimming in terrain water work fine?