Greetings,
I am wondering if it’s possible to actually set someones rank in group to VIP for example when they buy a VIP gamepass
I ask because i heard that using bots is no longer recommended or something
Thank you for your time
Greetings,
I am wondering if it’s possible to actually set someones rank in group to VIP for example when they buy a VIP gamepass
I ask because i heard that using bots is no longer recommended or something
Thank you for your time
Hello! I dont know much about this but I found a topic that might help you
You can possibly do this through the Roblox web API.
what exactly is this web api? can you provide a link?
A web API is an endpoint that Roblox uses to help the https://roblox.com website function. Developers can use this in-game to find all the badges that a user owns or in your case, auto rank them in a group. You can only send requests through a proxy since Roblox doesn’t allow people to send direct requests to the site using HttpService.
(This is a post that includes all of the known endpoints (some are deprecated)).
The post @STORMGAMESYT7IP provided, should help your situation.