I make tutorial videos on YouTube especially when a new event comes. As you all know Egg Hunt 2021 is on the way and I think we will have Admin, Video Star and Developer eggs. When I make tutorial videos for these eggs, it’s hard for my fans to know when to join an admin or a Video Star.
What do you want to achieve? So I want to make a script that tells us when an admin or a Video Star joins a game.
What is the issue? I can check if one is in my group or not when a person joins my game but can’t do that for other games and groups.
What solutions have you tried so far? I really don’t know what to do and couldn’t try any solutions.
I would be apperciated if someone helps me for that kind of game and make my fans happy as getting Video Star and Admin eggs will be a lot more easier for them to find.
A simple breakdown of how to do this would be to make an HTTP request to this endpoint https://api.roblox.com/users/{USERID}/onlinestatus, and if they’re in a specific game, send a POST request to a Discord webhook to inform people, keep in mind this will only work if they have their joins open. This will not be possible to do within a Roblox game, so you will need to have some knowledge of off-site development to do this.
adding onto this you can check if a player is in the roblox admin group or the youtube star group and let that fire an event that sends a post request to a discord webhook
All video creators are in the video star program group, and all admins and employees are in the official admin group. You can check if they are an admin or star creator by checking if they are in that group. I don’t remember the group IDs, but you can find them with a few searches.
I want to know when an admin or a Video Star joins a Roblox game. It doesn’t need to be my game, it doesn’t need to be my server, I just want to know when they play a Roblox game.
If they have their joins on, you can check in with their profile. Or follow them on their social medias and they might announce of when they are going onto a game, or someone tags them about that the admin / video star is in their game.
Yeah Roblox Lua isn’t going to help for this, you are going to have to create a bot outside of Roblox that will read when an admin/video star is playing a game.