{"id":25873027,"url":"https://github.com/name-hw/userenums","last_synced_at":"2026-03-05T02:31:58.543Z","repository":{"id":246640326,"uuid":"821725263","full_name":"Name-hw/UserEnums","owner":"Name-hw","description":"A user-created, autocomplete recreation of Roblox's Enum.","archived":false,"fork":false,"pushed_at":"2025-02-21T13:43:53.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T08:34:35.927Z","etag":null,"topics":["enumeration","luau","roblox-api"],"latest_commit_sha":null,"homepage":"https://devforum.roblox.com/t/userenums-a-user-created-autocomplete-recreation-of-robloxs-enum/3040499","language":"Luau","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Name-hw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-29T08:59:54.000Z","updated_at":"2025-02-21T13:43:57.000Z","dependencies_parsed_at":"2024-06-29T10:25:50.438Z","dependency_job_id":"50f0a6fa-4617-487d-9331-522277293414","html_url":"https://github.com/Name-hw/UserEnums","commit_stats":null,"previous_names":["name-hw/userenums"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Name-hw/UserEnums","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Name-hw%2FUserEnums","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Name-hw%2FUserEnums/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Name-hw%2FUserEnums/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Name-hw%2FUserEnums/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Name-hw","download_url":"https://codeload.github.com/Name-hw/UserEnums/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Name-hw%2FUserEnums/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30107208,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T01:39:18.192Z","status":"online","status_checked_at":"2026-03-05T02:00:06.710Z","response_time":93,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["enumeration","luau","roblox-api"],"created_at":"2025-03-02T08:29:16.998Z","updated_at":"2026-03-05T02:31:58.526Z","avatar_url":"https://github.com/Name-hw.png","language":"Luau","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UserEnums\n\nA user-created, autocomplete recreation of Roblox's Enum.\n\n## Features\n\n1. Auto-complete Enums.\n2. You can create Enums that can be used in multiple scripts.\n3. Almost identical to Enums created by Roblox.\n4. Also available on Lune.\n\n## How to use\n\n- First, write EnumList in the EnumList module script under Enums.\n- Second, require Enums in the script you want to use.\n\n### Example\n\nWhen you want to create Enums called Enum.TestEnum.TestEnumItem1 and Enum.TestEnum.TestEnumItem2\n\nEnums.EnumList:\n\n```luau\nlocal EnumList = {\n    TestEnum = {\n        TestEnumItem1 = {},\n        TestEnumItem2 = {},\n    }\n}\n```\n\nScript:\n\n```luau\nlocal Enums = require(Location of Enums)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fname-hw%2Fuserenums","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fname-hw%2Fuserenums","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fname-hw%2Fuserenums/lists"}