How to reshape spheres?

I see a lot of models in games that I assume are made out of spheres but theyre shaped differently like this example:

My sphere when I try to scale it just stays the same. What are people using to make these types of models?

2 Likes

Click the β€˜+’ sign next to the part in the explore window and add a SpecialMesh.

Set mesh type to sphere.

Sphere - A sphere shape, similar to a Part with a Part.Shape of β€˜Ball’ but can be freely resized on all axis

2 Likes