How to get A certain player in a different server?

  1. How to Get a player from another server

  2. Don’t know where to start or how to do it

I’m wondering how to get This done. I’ve been wondering about it for a while and i would gladly take suggestions on how to complete this task.

3 Likes

That’s a good question. I don’t know if that’s possible to call a specific player using a command from one server to the current server the command is being placed in. It’s definitely possible to check for a specific UserID, and then to place that player into another server.

One way you could do this is MessagingService, you could pass their name, or their UserId to all of the other servers.

If the server finds that player, it does something that you want it to do.

2 Likes

Thank you i will certainly try this

Another way could be using a Table of all Players and if the Name of the player in the table is equal to the name you need you can fire the code

Example

For i,v players (i don’t remember good i’m from phone)
If v(name) == “Denisxdx3” then
Teleport()
end

That only gets the players in the current server. Im trying to make it find a certain players In all the servers

If you put it in server scripts it will be fired on that server yeah but every server will contain it

My way is to used an OrderedDataStore and save the player Data in one server than somehow teleport them to your server by executing a teleport script to a private server. (that way Roblox knows which server to teleport because public servers do not have names.)

but im trying to make the event fire in The current time. that only fire when the server starts

Oh ok, i understand, i don’t know for sure how to do it actually :confused:

I’ve seen a game with this implemented so it’s definitely possible. I don’t know how to do it either tho :sad:

really old post but here it is

1 Like