Basically, imagine I have a plains area, and I would wanna make the grass there green
But I could also have a desert area, where I would wanna make the grass look more yellow
How would I do that?
Basically, imagine I have a plains area, and I would wanna make the grass there green
But I could also have a desert area, where I would wanna make the grass look more yellow
How would I do that?
If you are using Terrain, grass (called Decoration on the Terrain instance) is only available on the “Grass” material. you can’t have grass on other materials. One way to make grass appear on sand is to clone models and put it on the sand.
The example i used was kinda bad
so imagine i had blue rocks in one area right?
but in another area i wanna have red rocks
how could i do that
Check this out
But i dont think you can have the same material in different colors (havent watched the video so idk)
You can’t, but you can make a feature request if one doesn’t exist.
You would have to take one of the materials you have available, lets say lava, and make a material variant of it to be blue rock. Use that in one area. Then take another material, lets say concrete, and make a material variant of that for red rock. And use that material elsewhere.
He is asking about different areas, where grass has different color in each area. This isn’t possible because each material has fixed color which changes grass color everywhere, you can’t specify different color in different areas.
What you are showing:
What he wants:
Hi there!
Sadly, this is not currently possible. However, it has been requested as a feature to Roblox. Here’s hoping we get it in the future!
i hope so its needed a lot to make good buildings…
you could make your own grass and put it in different areas making your own grass model the advantage of that is that you can even make it pressable when you walk on it i’m going to have grass like that in my game as well
perhaps use zone plus to see where the player is and then scripts to change the color of the terrain based on where the player is
You can mimic this effect using, a part with a surface light below the grass facing upwards which colors the grass, and adjust brightness to get the effect you desire, i’ve done it in some of my builds, you will have to cover edges up to make it look seemless.
Particle effects as well will really enhance the area