How do I teleport one specific entity to another one after the other dies

Im trying to teleport the player to another entity when it initiates destroy, note the entity is owned by the owner, every thing else works. Moving the entity to the owners mouse, etc. But, it wont let me teleport the player to it.

1 Like


this is my script

1 Like

players cant be teleported, i assume you want the player to look at the entity so dont use teleports use the make player look at pos action

1 Like

no like teleport the entity the player owns if that makes sense

1 Like

I found out what i was doing wrong now i had to put owner of this entity’s currently selected unit

1 Like