I want to create a planet with Roblox terrain. This is possible. (I saw it in a game.) I want to make a similar game. But I don’t know how to do it. How do I create terrain like this? Also, wherever the player is, they will feel gravity pulling them towards the center.
I can test the player’s gravity relative to the center. However, I don’t know how to create the terrain like this.
well first off, making round terrain is quite straightforward… or is it roundforward?
please excuse my bad jokes.
it’s just a matter of sculpting it. there’s a sphere option for terrain brush if you want to prototype without making anything insanely detailed. then you can build upon that afterwards.
for gravity, you should use the goat egomoose’s gravity controller resource.
If you want a perfectly spherical terrain, you could just do this by using a plugin like Part to Terrain, and just convert a big sphere to whatever terrain you want!