Hello! I’m currently trying to make a settings menu for my game, but whenever i try to disable the terrain decoration i get this error: Decoration is not a valid member of Terrain "Workspace.Terrain"
I’ve tried seeing if i made any typo but no. Is it that i can’t use scripts to remove the terrain decoration?
can you send the script please?
The script is fine, but here is what is giving me the errors:
game.Workspace.Terrain.Decoration=false
https://developer.roblox.com/en-us/api-reference/property/Terrain/Decoration
Terrain.Decoration can not be accessed by Lua code, even when ran from the command bar.
1 Like
What if you made a material variant that is identical to grass and then swap the materials out when you want to disable the decoration? You can find the mega texture for the terrain in your local Roblox files where it is installed, you’ll have to crop out the texture you want to rip