I am trying to make an arrow that orbits around the player, and its angle matches the direction of the right joystick. this would be used to let the player aim their grapple ability.
If you have ever played SpiderHeck, I want to make the revolving arrow that moves around your spider as you move the stick when you dont have an item equipped.
I’d suggest you don’t use a white image with a transparent background. I believe the forum background is white, so you image seemed invisible.
But, to answer your question:
Install the “Gamepads (controllers)” extension.
Use the “Put the object around another” action to position the arrow around the player using the GamePads::StickAngle(1, “Right”) function to get the right stick angle of the first gamepad: