On Land.lua - No Set Pitch

: In Lua, properties act like variables. If a property has a "getter" but no "setter," you can read the current pitch but cannot change it directly via that specific variable.

: Once the landing logic initiates, the autopilot typically ignores horizontal and pitch velocity adjustments from scripts to maintain a vertical descent and stable touchdown. Workarounds for Scripting Pitch no set pitch on land.lua

Are you trying to during a specific landing maneuver, or are you encountering a script error when trying to assign a value to a pitch variable? : In Lua, properties act like variables