How can i move an object in a scene after i switched scenes

Hey,

I wanna move an object when it switches scenes. For example my object is in collision with another object and the action switches the scene to another, and i wanna have in this second scene the object be on a position that i would type later on. My object - Player has to switch the Room, ye I could just put him in the second Room on the position I wanna have it, but in the 2Room the Player would (like a dungeon) come from another door so it doesnt make sense to put him anywhere then. → cause if i come from right he would spawn left as an example.

Help me out pls

Hello, Despotaros and welcome!

I don’t know if I could understand that part. How will you know what the position is before typing?

If you want to have information between scenes you can use global variables:
https://wiki.gdevelop.io/gdevelop5/all-features/variables/global-variables/