Each part looks the same

Hi! I am currently making a guess the logo type game and I am making the platforms where players will guess the picture.

On the platform, the dirt looks the same every time (which it is). I am trying to make it look like its random and it really is a floating island.

Picture:
image

Is there any way in roblox studio I can make it look random and more like a floating island? Thanks!

You’d have to randomize the meshes, aka make more variations. Or use a terrain plugin and create the terrain through that. There isn’t really a way to just have it randomize it.

1 Like

You need to randomize the textures and stuff, like what @PictureFolder said. You can try rotating them and scaling, but if it’s the same texture on each side it won’t work.