Hi everybody,
I am making a bot that is about group control, I’ve gotten it to rank people so far, send group shouts and so much more, I wanted to create a function that is setoff when a user joins my group, the only issue is that noblox doesn’t have that.
If anybody knows another way, please let me know. This can be through the api.roblox.com page, etc.
I looked through the api of the web and the game and you are right, there is nothing.
You could check to see if they are a member at certain points of the game and take action then.
You could also get the members, then at some interval fetch the data again and compare the result
I saw that, when I went to https://groups.roblox.com/v1/groups/5627994, it shows a member count, I was thinking make a loop run every 10 seconds, every time that that number is increased it gets the latest member and send the webhook was the member to join the group!