Sending server data through a teleport

So I was introduced to the teleportation system yesterday and I know some things, So like we know how you can send local player data in teleport server, how would I send the same data but SERVER data (to the server) like a string saying ‘Hard’ ‘Easy’ ect to indicate the diffulty ect

The same way. A server-performed teleport likewise can determine teleport data and fetch it in the receiving server. Otherwise you can use DataStores if you’re working with ReservedServers to determine some server-side match constants.