I’m using a playmaker but can’t find a better to execute this one.
1 Answer
1So you want to switch object 1 location to object 2 location and then object 2 location to object 1 location?
If that’s what you’re asking you can store object 1 position in a vector 3 and the. Object 2 position in another vector 3 and then you set object 1 position to the vector 3 that stored object 2 position and do the opposite for object 2.