ZelonPrograms's picture
Update README.md
bd19be6 verified
---
license: mit
---
# 🧑‍💻 Roblox Player Dataset
A structured dataset containing anonymized public information about Roblox users — great for social analysis, engagement modeling, or community visualization!
---
Most acurate so far 89% accuracy
(more data is only updated when accuracy is met)
## 📦 Overview
Each record represents a unique Roblox user, including data about their profile, social stats, and group activity.
### 🔑 Fields
| Field | Description |
|-------|-------------|
| `User ID` | Unique numerical identifier for the user |
| `Username` | Roblox account username |
| `Display Name` | Public-facing display name |
| `Description` | Profile bio or status (may be empty) |
| `Created` | Account creation date (ISO 8601 format) |
| `Is Banned` | `True` if account is banned |
| `Has Verified Badge` | `True` if user has a verified badge |
| `Friends Count` | Number of friends the user has |
| `Followers Count` | Number of users following this user |
| `Following Count` | Number of users this account follows |
| `Presence` | Online status at time of capture |
| `Groups` | Groups the user is part of (with role/rank info) |
| `Avatar Url` | Link to user's avatar (if available) |
---
## 🎯 Use Cases
- 📊 **Data visualization** of Roblox user trends
- 🧠 **AI models** for engagement prediction or account classification
- 🤝 **Social graph analysis** of Roblox communities
- 🧪 Fun ML experiments with public gaming data
---
## 📂 Format
- CSV format, UTF-8 encoded
- Timestamps use `UTC` and `ISO 8601` (`YYYY-MM-DDTHH:MM:SSZ`)
- Booleans are `True` / `False`
---
## 🧪 Example Record
```json
{
"User ID": 99428063,
"Username": "cy4nogen",
"Display Name": "cy4nogen",
"Description": "",
"Created": "2015-11-22T17:30:55.923Z",
"Is Banned": false,
"Has Verified Badge": false,
"Friends Count": 13,
"Followers Count": 0,
"Following Count": 0,
"Presence": "Offline",
"Groups": "Roblox High School: Fan Club (Rank: Cool Fan II)",
"Avatar Url": ""
}
🌐 What’s Included
• ✅ Public data visible on Roblox profiles (e.g. usernames, display names, join dates)
• 🔍 Group memberships and basic social stats (friends, followers, etc.)
• 📸 Avatar URLs and descriptions, if publicly listed
🚫 What’s Not Included
• ❌ No email addresses, IPs, or private account details
• ❌ No chat logs, purchase history, or sensitive content
• ❌ No scraping of authenticated-only content or private APIs
📘 Purpose & Ethics
• 📚 Shared only for educational and research purposes
• 🤖 Ideal for training models, visualizing Roblox user trends, or analyzing communities
• 🛡️ Fully compliant with Roblox’s publicly visible data and fair-use standards
⚠️ Agreement
By using this dataset, you agree to respect user privacy and adhere to ethical research practices.