Live logs and analytics for your Roblox game.
In one dashboard, see live logs from every server with errors, tracebacks, warnings, and your own custom labels. Built for Roblox developers, by Roblox developers.
How Flux Compares
Go far beyond basic error logs
Roblox Creator Hub captures basic errors, but Flux gives you a real-time, fully customizable log viewer, analytics, and alerting system for your live games.
Roblox Creator Hub
Built in error logging is very limited.
- Delayed updates: Logs take hours to show up.
- No Discord alerts: Cannot send alert notifications directly to your Discord.
- Automatic errors only: Cannot log custom prints, info, warnings, or errors.
- Anonymous data: Lacks player IDs, server regions, and custom payloads.
- Live only: Does not work during local Roblox Studio playtesting.
- Complex menu layout: Menus are scattered across the platform and hard to navigate.
Flux Observability
Complete real time logs and search.
- Instant updates: Logs only take seconds to show up with rich data.
- Discord alerts: Get instant alert notifications directly inside your Discord.
- Custom logs: Log custom events, prints, info, warnings, or errors.
- Rich data: See player IDs, server regions, and custom payloads.
- Studio and Live: Works in both local Roblox Studio and live published games.
- Modern and easy to use design: Clean and intuitive interface for a great user experience.
Everything you need to monitor a live experience
Built around how Roblox games actually run, not generic server monitoring.
Live game logs
See logs from every active server as players join, buy items, and trigger events.
Catch script errors
Uncaught server and client errors show up in Flux automatically. No extra logging calls required.
Get Discord alerts
Get alerts when your game experiences errors, warnings, or custom events.
Easy event logging
The Flux SDK and Studio plugin make logging easy. Install once, then call from your scripts.
Log analytics
See volume and trends for your log labels and catch spikes in errors, warnings, or custom information.
Security & Anomalies
Automatically cluster exploit attempts and suspicious behavior logged by your server-side sanity checks.
50 logs matched the alert condition in the last 5 minutes (Threshold: 20).
🎯 Matched Condition
• Environment: server
• Levels: error
📁 Project
My Roblox Game
Stay informed with instant alerts
Set up custom alert rules for errors, warnings, or specific labels. Get rich, detailed Discord notifications the moment your thresholds are crossed so your team can respond immediately.
Interactive demo
Find out how Flux can help you ship with confidence
Explore the dashboard with sample data. No signup required.
Add logging in a few lines
Install the Flux Roblox Studio plugin, paste your API key in FluxServerInit, and start sending labeled events on your next play test.
Get the Studio pluginlocal ServerScriptService = game:GetService("ServerScriptService")
local FluxServer = require(ServerScriptService:WaitForChild("FluxServer"))
FluxServer.Init("flux_•••••••••••••")
local ok, err = pcall(error, "Example failure")
if not ok then
FluxServer.Error("Something went wrong", err, "Server", {})
end
Pricing
Start free. Upgrade when your game grows.
Start logging your Roblox game
Create a project, paste your API key, and press Play. Your first live logs show up in seconds.