I want to ask is there any method to get the JobId for any player in Roblox, because I want to make a small tool for myself to join any player. I need the JobId to do this, or there are any other method?
Using the presence web API, you can see the gameId (job id) of the server a player is in. HOWEVER, this only works if the player’s joins is on, in which case you should join the player by going to their profile and hitting the green Join button.
If it is for your own game, you would need to use e.g. messaging service to identify which server the player is in, and send back the game.JobId (or whatever the property is called). You would then use this to teleport yourself.
Presence web API is always returning null for gameId
for me, no matter what I do, could you help me?
Does the player you are trying to check have joins turned on? If not, it will show null. (same with if they are not in a game)
Yes, they do.
Could you check my devforum post?
what the hell is a J*bId??
also please do not talk about j*bs on this website…
i know i’m not very helpful but this is the first time i hear of ‘JobId’
just make every player get jobid updated in a memorystore/datastore.
That how you can get it easiest way.
Every running server has it.
Unique ID per server lets say; can be used to join certain server if combined with game id
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.