Dashboard
Manage your Roblox DataStores and explore APIs
Quick Actions
Recent Operations
| Time | Operation | DataStore | Key | Status |
|---|---|---|---|---|
| No operations yet | ||||
DataStores
Browse and manage all datastores in your universe
All DataStores
| Name | Created | Actions |
|---|---|---|
Click "Load DataStores" to fetch your datastores | ||
Data Explorer
Browse and manage individual datastore entries
Browse Entries
Bulk Operations
Export, import, and manage data in bulk
Export DataStore
Import Data
Bulk Delete
Danger Zone
WARNING: This will permanently delete ALL keys in the specified datastore. This action cannot be undone.
Ordered DataStores
Leaderboards and rankings with automatic sorting
Leaderboard Explorer
Create/Update Entry
API Tester
Test and explore 60+ Roblox API endpoints
Top Endpoints
Click Refresh to load
Request Builder
Click "Send" to see the response...
Complete Endpoint Reference (60+)
Request History
No requests yet
Recent Requests
| Time | Client IP | Endpoint | Status | Duration | Cached |
|---|---|---|---|---|---|
| Click Refresh to load | |||||
JSON Tools
Format, validate, compare, and manipulate JSON data
JSON Formatter & Validator
JSON Diff Comparer
JSON to Query String
Escape/Unescape JSON
JSON Tree View
Luau Developer Tools
Advanced obfuscation, analysis, and utilities for Luau/Lua scripts
Advanced Obfuscator
Deobfuscator
Code Beautifier / Minifier
Script Analyzer
Base64 Encoder/Decoder
Hash Generator
UUID / GUID Generator
RBXGUID: Roblox-style GUID format
Regex Tester
User Lookup
Search and explore Roblox user profiles
Backup History
View and manage your datastore backups
All Backups
| Timestamp | DataStore | Entries | File |
|---|---|---|---|
| No backups yet | |||
Analytics
Performance metrics and usage patterns
Operations Timeline
Operation Distribution
Top DataStores
Hourly Activity
Error Analysis
No errors to analyze
Operation History
Complete audit log of all operations
All Operations
| Timestamp | Operation | DataStore | Key | Details | Status |
|---|
DevEx Calculator
Calculate your Developer Exchange earnings
Robux to USD
USD to Robux
Quick Reference
| Robux | Gross USD | 30% Fee | Net USD |
|---|---|---|---|
| 10,000 | $35.00 | $10.50 | $24.50 |
| 50,000 | $175.00 | $52.50 | $122.50 |
| 100,000 | $350.00 | $105.00 | $245.00 |
| 500,000 | $1,750.00 | $525.00 | $1,225.00 |
| 1,000,000 | $3,500.00 | $1,050.00 | $2,450.00 |
DevEx Requirements
- Must be 13+ years old with verified ID
- Minimum 30,000 Robux to cash out
- Active Roblox Premium membership required
- Account in good standing (no violations)
- Must have Tipalti account for payments
About
Tigos Hub - Your Roblox development toolkit
Creator
Tigo
Full-Stack Developer
Contact
Features
DataStore Management
Browse, edit, backup, and manage Standard & Ordered DataStores
60+ API Endpoints
Test and explore Roblox APIs with caching and rate limiting
AI Image Generator
Create stunning images from text with Pollinations AI
AI Chatbot
Chat with advanced AI models (OpenAI, Mistral, Claude)
Vision AI
Analyze images with AI vision and get detailed descriptions
Text-to-Speech
Convert text to natural-sounding speech with multiple voices
Luau Tools Suite
Advanced obfuscator, deobfuscator, beautifier, and script analyzer
JSON Tools
Format, validate, compare, and manipulate JSON data
Real-time Analytics
Track operations and performance with interactive charts
DevEx Calculator
Calculate earnings with accurate rates and fees
User Lookup
Explore user profiles, badges, and friends
Developer Utilities
Base64, hashing, UUID/GUID generator, regex tester
Version Info
🎨 AI Image Generator
Create photorealistic images with Pollinations AI - No filters, pure creativity
💡 Quick Prompts
🖼️ Your Gallery
💬 AI Chatbot
Chat with advanced AI models powered by Pollinations AI
Conversation
Settings
💾 Chat History
👁️ Vision AI
Analyze images with AI vision models
Image Analysis
Quick Actions
🔊 Text-to-Speech
Convert text to natural-sounding speech
Generate Speech
Quick Examples
UUID Generator
Generate unique identifiers for your Roblox game
Generated UUIDs
Roblox Color Picker
Get Color3 values for Roblox development
Vector3 & CFrame Calculator
Calculate positions, rotations, and transformations
Vector3 Operations
CFrame Builder
Base64 Encoder/Decoder
Encode and decode Base64 strings
Output
Timestamp Converter
Convert between Unix timestamps and DateTime
Lua Code
Hash Generator
Generate MD5, SHA-256 hashes (client-side)
Hash Output
RemoteEvent Generator
Generate server and client RemoteEvent code
Server Script
Client Script
DataStore Module Generator
Generate a complete DataStore manager module
Generated Module
GUI Code Generator
Generate ScreenGui and UI element code
Elements
Generated Code
Service Module Generator
Generate a service module template
Methods
Generated Module
Tween Generator
Generate TweenService code with ease
Generated Code
Roblox ID Converter
Convert between Asset, Universe, and Place IDs
Result
Asset ID Extractor
Extract asset IDs from Roblox URLs
Extracted IDs
String Encoder/Decoder
Encode strings for Roblox development
Output
Random Name Generator
Generate random names for variables, functions, and more
Generated Names
HTTP Request Tester
Test HTTP requests and inspect responses
Response
Webhook Tester
Test Discord webhooks and other webhook services
Result
JSON Validator
Validate and format JSON data
Validation Result
Regex Tester
Test and debug regular expressions
Matches (0)
Error Logger
Log and track errors from your Roblox game
Recent Errors
| Time | Error Type | Message | Stack | Player |
|---|---|---|---|---|
| No errors logged | ||||
To log errors from your game, send POST requests to /api/log-error with error data.
-- Roblox Script Example
local HttpService = game:GetService("HttpService")
pcall(function()
-- Your code here
end)
if not success then
HttpService:PostAsync("YOUR_URL/api/log-error", HttpService:JSONEncode({
errorType = "RuntimeError",
message = tostring(error),
stack = debug.traceback(),
playerId = player.UserId
}))
endPerformance Monitor
Monitor script performance and benchmarks
Benchmark Results
Run a benchmark to see results
JSON to Lua Converter
Convert JSON to Lua tables
JSON Input
Lua Output
CSV Parser
Parse and convert CSV data
Output
Table Generator
Generate Lua tables with custom data
Generated Table
Data Merger
Merge multiple data sources
Merged Output
Diff Checker
Compare two pieces of code or data
Original
Modified
Differences
Asset Thumbnail Viewer
View thumbnails for any Roblox asset
Preview
Enter an ID and click Load Thumbnail
Decal ID Finder
Find decal IDs from image assets
Results
Enter an image asset ID to find the decal ID
Audio Search
Search for Roblox audio IDs
Search Results
Search for audio files
Model Info Viewer
Get detailed information about Roblox models
Model Details
Enter a model ID to view details
Asset Downloader
Download Roblox assets and models
Download Status
Enter an asset ID to download
Smart Code Organizer
Remove comments and auto-add smart section headers
Organized Code
How It Works
- Auto-detects Services: Groups all :GetService() calls
- Finds Variables: Groups local variables at the top
- Detects Remotes: Groups RemoteEvent/RemoteFunction declarations
- Organizes Functions: Groups all function definitions
- Identifies Connections: Groups event connections (.Changed, .Touched, etc)
- Removes Clutter: Strips all comments and extra blank lines
Code Minifier
Minify Luau code to reduce file size
Minified Output
Comment Stripper
Remove comments from Luau code
Output
Variable Renamer
Rename variables across your code
Output
Syntax Highlighter
Add syntax highlighting to code
Highlighted Code
Enter code to highlight
Line Counter
Count lines of code and analyze file statistics
Badge Checker
Check if users have earned specific badges
Result
Enter badge and user IDs to check
Gamepass Manager
Manage and validate gamepasses
Gamepass Info
Enter a gamepass ID to view details
Developer Products
Manage developer products for your game
Product Details
Enter a product ID to view details
Teleport Code Helper
Generate TeleportService code
Generated Code
Place Manager
Manage places in your universe
Places
Enter a universe ID to view places
Settings
Configure your API credentials and authentication
Open Cloud API
Roblox Cookie (Authentication)
API Request Log
| Time | Method | Endpoint | Status | Duration |
|---|