You've made it at long last! Now lets configure the last and final file.
Head on over to Roblox Studio!
Enter the game that you would like to track staff activity for, and create a new script!
Inside the script, copy this and add it to the script. (https://pastebin.com/THmT52fi)
[Password was provided once a license was obtained. It was also downloaded onto your Linux machine for extraction if you wish.]
Lets configure the following things:
local activityApiUrl = "https://yourdomain.name/log" -- (Replace this with your domain name! This should be the address that forwards to Port 6000.)
local groupId = 0 -- (Replace this with your roblox group ID.)
local minRank = 2 -- (Replace this with the minimum rank to log activity for [Includes that rank ID])
local maxRank = 8 -- (Replace this with the maximum rank to record activity. [Includes that rank ID]).
Assuming you have that all done. Edit your Expierence Security Settings to ALLOW HTTPS REQUESTS!
But congratulations! You officially have a working activity logging bot.
As always, professional help and installation is available in our community server, or emailing support@uplegacy.org.