How can I teleport to offline player?

I want to teleport to offline player.

How can I teleport to offline player ?

Please help me.

The problem is a offline player can be in a unloaded world, therefore you cant grab a ServerWorld directly off a user. You can however grab the world key and the position of the user.

So i would grab the world key, check if the world is loaded (if it isnt then load) then grab the server location based on the world you just got and the players position and then teleport to that position

1 Like

Thank for you care!