{"id":19807429,"url":"https://github.com/egor00f/drop-down-list","last_synced_at":"2026-03-06T04:33:42.207Z","repository":{"id":239210296,"uuid":"798877789","full_name":"Egor00f/Drop-Down-List","owner":"Egor00f","description":"drop-down list for roblox","archived":false,"fork":false,"pushed_at":"2024-05-11T13:15:19.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T06:27:46.108Z","etag":null,"topics":["roblox","roblox-script","roblox-ui"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Egor00f.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-05-10T16:58:35.000Z","updated_at":"2024-05-11T13:15:22.000Z","dependencies_parsed_at":"2024-05-10T18:30:54.823Z","dependency_job_id":"66542ed6-e930-4d2a-95d0-e3bdb61c4f13","html_url":"https://github.com/Egor00f/Drop-Down-List","commit_stats":null,"previous_names":["egor00f/drop-down-list"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Egor00f%2FDrop-Down-List","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Egor00f%2FDrop-Down-List/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Egor00f%2FDrop-Down-List/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Egor00f%2FDrop-Down-List/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Egor00f","download_url":"https://codeload.github.com/Egor00f/Drop-Down-List/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241150625,"owners_count":19918353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["roblox","roblox-script","roblox-ui"],"created_at":"2024-11-12T09:10:38.440Z","updated_at":"2026-03-06T04:33:42.162Z","avatar_url":"https://github.com/Egor00f.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Drop-down List\r\n\r\njust dropdown list\r\n\r\n## usage:\r\n```\r\nlocal dropdownList = require(dropdownList)\r\n\r\nfunction a()\r\n  return \"Amogus\"\r\nend\r\n\r\nlocal List = dropdownList.DropdownList:new(\r\n  {                                 -- List of Elemets\r\n    dropdownList.Element(\"One\", a), -- Second arg is function (you can don't add)\r\n    dropdownList.Element(\"Two\"),\r\n    dropdownList.Element(\"Three\"),\r\n    dropdownList.Element(\"UwU\"),\r\n  },\r\n  Frame,          -- Frame that will be\r\n  3,              -- Rows, default 4\r\n  \"Dropdown List\" -- Name of List\r\n)\r\n\r\nList:Handler()\r\n\r\nList:Update(function(newVal:number)\r\n  print(newVal)\r\nend)\r\n```\r\nExample of use in ReplicatedStorage","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegor00f%2Fdrop-down-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fegor00f%2Fdrop-down-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegor00f%2Fdrop-down-list/lists"}