So i’ve been making a Report Player GUI inside one of my games, and i heard about game.JobId
and thought to use it because i thought it would give you a direct link to the sever like in private servers, but found out that it gives you the actual server ID.
And i don’t know how to properly use it and join that specific server.
Here’s my code:
local ServerId = game.JobId
['content'] = player.Name.. ' Has issued an report: '..feedback..' in '..ServerID;
Can there be made a link that when clicked it directly redirects and makes you join the server? I’m kind of new to lua and started with it not so long ago so my skills are kind of nobbie.
If someone is willing to help me i’d be very thankful!
I guess you are asking about how to join the server from where the report came. To do so, you should send a link to your webhook which opens the Roblox application. The link is like this:
Well he was asking about how to join a server from where a user reported an issue. So finding the jobId from the browser page of his game doesn’t help.
The jobID will be present in discord, so u can just paste that code in the console, like the above example. There’s no need to go to thr exact server or anything.