#How Do I Make A Custom Gun (Using Trigger Handle) Reload When I Point It Down.

1 messages · Page 1 of 1 (latest)

ancient creek
#

Get the rotation of the handle, Convert it into euler angles using Quaternion Euler Angles, and check if the X value is below a certain threshold

cerulean coral
#

If you cant I'll try my best

ancient creek
#

Get Rotation, Quaternion Euler angles, and Less Than

cerulean coral
#

👍 thanks

wise fable
#

or another way is to check if the Y in Get Forward Vector is Less Than -0.6

#

but both ways are valid