Minecraft-like Roblox block game rblx.games/135624152691584
roblox roblox-game rojo
at main 23 lines 367 B view raw
1return { 2 Name = "chunkdump", 3 Aliases = {"dumpchunk"}, 4 Description = "Show server-side block count for a chunk.", 5 Group = "Debug", 6 Args = { 7 { 8 Type = "integer", 9 Name = "cx", 10 Description = "Chunk X" 11 }, 12 { 13 Type = "integer", 14 Name = "cy", 15 Description = "Chunk Y" 16 }, 17 { 18 Type = "integer", 19 Name = "cz", 20 Description = "Chunk Z" 21 } 22 } 23}