Teleportation

no idea, it works on my end, so upload a demo file so i can look at it

1 Like

Perhaps you could place an Empty to the teleport target.
And then do something like:

me.worldPosition = empty.worldPosition

You could be getting local coordinates confused with global coordinates. Maybe you have to tell implicitly what scope you want it in. Local coords are measured very differently then world coords.

you used UPBGE not standard BGE

Yes indeed, but i assumed he does as well due to:

in blender itself the whole file doesn’t work, so he could not even hit the block

it works fine in UPBGE so if he is using that it should work for him to hmm. :thinking:

True,

hmm ok, this file is made in normal bge @Jeremy_Weed try this file:
see it works for bge.blend (466.4 KB)

I am sorry for not being active, I got a thing saying I could not post anymore for 23 hours because I was a new user. I decided to go with my solution of playing an animation when you hit the guy and it seems to work really well.