Hey! I hadn't had time to test your script yet, but I actually got my own version working some time later after I posted the message. But I am sure to give your one a try too! Scriptname TeleportScript extends ObjectReference ObjectReference Property TeleportDes auto Event OnMagicEffectApply(ObjectReference akActionRef, MagicEffect akSpelleffect) Game.GetPlayer().MoveTo(TeleportDes) EndEvent However, thanks a lot for helping! :)