Why don’t you call the event with the timeline when the button is pressed? In order to do this you need to replace the GamepadFaceButtonLeft node with a CustomEvent node and in the LoopBody of your widget’s OnClicked function you replace SetRelativeRotation with a call to the CustomEvent you created.