LuckyDev1 #35507828
Game studiosENscriptingroblox studiodatastore
Description
THIS SCRIPT IS ABOUT TIME LEADERSTATS local DataStoreService = game:GetService("DataStoreService") local myDataStore = DataStoreService:GetDataStore("myDataStore") game.Players.PlayerAdded:Connect(function(player) local leaderstats = Instance.new("Folder") leaderstats.Name = "leaderstats" leaderstats.Parent = player local Time = Instance.new("IntValue") Time.Name = "Time" Time.Parent = leaderstats local playerUserId = "Player"..player.UserId local data local success, errormessage = pcall(function() data = myDataStore:GetAsync(playerUserId) end) if success then Time.Value = data end while wait(1) do player.leaderstats.Time.Value = player.leaderstats.Time.Value + 1 end end) game.Players.PlayerRemoving:Connect(function(player) local playerUserId = "Player"..player.UserId local data = player.leaderstats.Time.Value myDataStore:SetAsync(playerUserId, data) end)
Written by the group; not a statement by this register.
Membership history
Growth
Growth history is still building. We hold one measurement for this entry. A trend needs at least two, taken days apart — so this will fill in on its own rather than being estimated. We do not publish numbers we have not measured.
| Measured (UTC) | Members | Change |
|---|---|---|
| 13 Aug 2026, 22:50 | 119 | first reading |
Ownership
Owned by LuckyDev (@noobkingcookz) as measured.
Experiences
Experiences this group owns, by lifetime visits. Live-player counts are from our last measurement.
Members we’ve seen
LuckyDev (@noobkingcookz) — Owner (rank 255) terminated
Just_Trident (@TRIDENTZZ_YT) — Member (rank 1)
TheLeader (@chuxkyg19) — Member (rank 1)
A sample — only members this register has independently measured, highest rank first. Not the full roster.
Rank structure
Roles and per-rank member counts as Roblox reports them (rank 0 = guest … 255 = owner).
Related groups
Groups whose measured members overlap with this one — a sample from our membership graph.
Open data
Download this group’s measured record — free to reuse with attribution: membership history (CSV) · full record (JSON)
Each file carries its licence and retrieval time inside it, and is generated from the same measurements shown above.