sethiddenproperty
Sets the value of a hidden (non-scriptable) property on an Instance.
function sethiddenproperty(instanceinstanceInstanceThe target Instance.: Instance, propertypropertystringThe property name to set.: string, valuevalueanyThe new value.: any): ()Usage
Set hidden property
sethiddenproperty(workspace.Terrain, "MaterialColors", newValue)