Spring bounce problem

Yes, if you are looking for the direction an object is pointing you can get it’s basis.y for up, and -basis.z for forward.

If your Area3D is rotated to face where it should bounce you can use this line

body.velocity = global_basis.y * bounce_force

Make sure to paste code instead of screenshots.