I am trying to make it so I can log when my developers join studio. The part I need help with is “detecting” part of it. I need to know when somebody joins studio.
I don’t have any code currently, because this seems too advanced for me, but I would really like help looking for an answer. I have looked at the code for the Team Create with Hats, but did not learn much from that. A lot of it was in javascript.
Thanks for any replies, they all help. Even giving little ideas could do a lot for me.
I don’t believe there is any roblox API for this so you would need to make a plugin if one didnt already exist, and you would have to stay connected to the team create. The plugin can just check when a child is added to players and record the player that joined because when you are in studio you are a child of Players.
Oh yeah, or would this work if I had my developers have a plugin that fires somehow when they first join studio.
Along with that, is there a way I could track how long they have been in studio, and then somehow post the info to a webhook before the plugin shuts down?
Um yeah I think they are able to make web requests. But your devs could spoof it if they really wanted to. Whether this matters or not depends on what you are using the data for if they would each have their own plugin.