#Expected closing ")" after call arguments
1 messages · Page 1 of 1 (latest)
In 4.x they removed the from/to/exclude, you just provide the arguments in the correct order I believe.
global_transform.origin,
global_transform.origin - Vector3.UP * ground_check_distance,
[self],
valid_ground_layer
)```