The title says it all really. There is Enum.PathWaypointAction.Jump
and Enum.PathwayPointAction.Walk
but nothing for climb so is there any other way to detect if the action is climbing?
Check if the waypoint label equals to “Climb”
Already tried, it doesn’t seem to work. It instead prints what material type the humanoid is standing on
That’s because the correct property is Action
, not Label
.
That is odd. I just tried and it will print the material type however once it reaches a climb waypoint, it will print “Climb”
Action only includes “Walk” and “Jump”