so i have no idea but i want a script that if someone in my game gets a certain amount of kills on a real player it will rank them in a group. is that possible, if so how would i go about this?
It is possible, there are many ranking bots that use XP and you can configure them or make your own. If you want to make your own, you will need experience using the Roblox API, it can be made JavaScript with Node.js. You will need to setup a bot account in your group that has permissions to rank people and you’ll need to figure out a way to log into the account, possibly using a .ROBLOSECURITY token and then you can use the Groups API.
You will also have to make a script in Lua to connect the game with the bot.
is there any that you know of, this way i can get it and config my own version using that like an open source