How to identify grass decoration through code?

Just a short little question, I just wanted to figure it out since I tried defining it like this

game.Workspace.Terrain.Decoration

but for some reason it shows up as an error on the developer console.

1 Like

You aren’t allowed to change the Decoration property inside of terrain via any script. You’ll have to change it manually.