Hi!
Can I change the Colour of Grass (located in Terrain) using a LocalScript
?
My Code so Far…
local button = script.Parent
button.MouseButton1Click:Connect(function()
game.Workspace.Terrain.Material.Grass = "[232,156,74]"
end)
And yes, this did not work. It came up with this Error…
19:20:58.176 - Grass cannot be assigned to
Can someone explain what I’m doing wrong, or provide the working code? Or is it just not possible?
Cheers, AridOats.