The title kinda says it all. Basically I'm trying to do:
game.Workspace.Terrain.Decoration = false
But then I get hit with:
23:27:12.884 - Decoration is not a valid member of Terrain
That's basically all I can tell you, any solution?
Decoration cannot be accessed by any Lua code. Please read here.