Hey there! I'm working on an assignment for school and i'm having trouble getting some of my scripts to work. Right now i'm trying this really simple (so i thought) teleporting script. http://wiki.unity3d.com/index.php/Teleporter var teleportTo : Transform; function OnCollisionEnter (col : Collision) {…