Is this possible? To get the PlayerTeleportData in server?
Yes. Once the player joins, make a local script fire a remote event and give the server the teleport data through it.
No, that’s not safe, I don’t want to give server data from client
That’s the point, it’s not safe. You shouldn’t be doing it, but the method I mentioned is the only way of truly doing that.