Having issues tweening a between two points on a character

i am trying to make a game with a gun that doesn’t just snap to the players gun point when the cursor x is greater than it.
So im trying to tween it but its not doing anything.
i have two points on the player Gun point L and Gun point R and when the cursor gets greater than the player it will tween to point L and so and so. But it does not work :frowning: Help!

Add trigger once to two last events

In addition to what @ZeroX4 wrote, the second event is messing with the tweens:

It’s unconditional and placing Gun at “Gun point L” continuously, interfering with the tweening actions. You’ll need to fix that with a condition or by removing the change position action in it.