I have been trying scripting these past few weeks, and its fun!
There is one thing I want to do though and that is to randomize the color of terrain!
When I try to use this code:
local ter = game.Workspace.Terrain
ter.Material.Grass = Color3.fromRGB(math.random(1,255), math.random(1,255), math.random(1,255))
It doesn’t work.
I did this with WaterColor, and it worked fine. Is there a reason it doesn’t work?
Thanks and have a nice day
i am no think that there is any way to script the roblox terrain well maybe you can script just the water and thats all beacuse i tried script water terrain and is works after that i tried script the grass color and that no works for me. anyway i am think that there is no way to script the roblox grass.