Can i have some help?

So how would I make something trigger if my position triggers? I want to make it so that WHENEVER my position changes that something will trigger, so how would I be able to find the value and how would i make it so that WHENEVER my position changes something happens. This is a top down space game so there is 0 gravity.

1 Like

How are you changing your position? Can I see your code?

1 Like

You could always have the trigger that changes your position also trigger whatever the other bit is. So if a key changes your position, have that same key trigger something else.

1 Like