How do i spawn an abject with the same position and rotation as another object

i am trying to make an object spawn in the exsact position and rotation as another object but i cant get the rotation to be the same

This is pretty simple. First of all extract the x and y pos of the player and extract the rotation and move that wire into the spawn. Then make the spawned object extract it’s starting value and set that to it’s rotation.

2 Likes