How can I create custom textured terrain?

Is it possible to create custom textured terrain that uses different PBR on Roblox Studio? If so then I would like to know how. Thanks!

Try using MaterialService. I can’t access Studio right now so I’ll try to give you steps when I can.

Edit: I just checked. Go into Explorer (the thing where you see parts of the game), find MaterialService, create a MaterialVariant in the MaterialService, set its BaseMaterial to whatever terrain type you want to change, go back into MaterialService, in MaterialOverrides find the material youre changing and set it to MaterialVariant (or whatever you named it) and then create 3 TerrainDetails in the MaterialVariant and set them to be the different sides (top, side and bottom) and then just assign textures for their properties and boom, you should have a custom terrain material. although i dont know if does it actually work outside of studio yet

2 Likes