Drop Devlens into any Roblox game in under 5 minutes. Track sessions, custom events, and player behavior — all in real time.
Three lines to go live:
Download all 3 files and place them inside a folder called Devlens in ServerScriptService.
Make sure init.server.lua is a Script (not ModuleScript) and the other two are ModuleScripts.
Play the game. If initialized correctly, you'll see [Devlens] Connected in the output. Live CCU on your dashboard will update within 60 seconds.
Call Devlens.track(player, eventType, metadata?) from any server Script.
Devlens auto-tracks these when you call Devlens.init() — no extra code needed:
A complete server script covering sessions, purchases, and level events: