How do i teleport an object?

I have been able to teleport the player character using the blueprint shown below however i am unsure as to how i would edit this code to allow me to teleport an object that the user

control such as a sphere.

teleport an object that the user
doesnt control

Even though I can’t see the word doesnt above, when I quote you, it shows. :expressionless:

Not sure if I understood the question but:

If an extra object is attached to the player, detach it before teleporting the player. If you want to Teleport both, either attach the object to the player and Teleport, or call Teleport twice, once for the player and then for the object.