Join players in game.
Roblox has api which shows all running servers of a place. It returns players avatar headshot urls and server join script. So we can fetch targets headshot url using another api and compare them. If we find a match we know which server to join using script api gives us. To join game we can open browser console on roblox website by pressing CTRL+SHIFT+I
and selecting Console tab and paste script there.
- .NET Core 3 runtime
-c, --cookie Set your .ROBLOSECURITY cookie.
-u, --user Set target user ID.
-n, --username Set target user name.
-p, --place Set place ID target is in.
-s, --search Search for game by name and use start place of first result.
- Install .NET Core 3 SDK
dotnet build --configuration Release