{"id":21611649,"url":"https://github.com/bendaws/roblox","last_synced_at":"2025-07-17T06:32:18.114Z","repository":{"id":264023373,"uuid":"892126990","full_name":"bendaws/roblox","owner":"bendaws","description":"A static archive of Roblox code I have written over the last decade translated to Luau with no dependencies.","archived":false,"fork":false,"pushed_at":"2024-11-21T15:15:57.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-21T15:37:58.403Z","etag":null,"topics":["crossroads","luau","metallium","rblx","roblox","robloxdev"],"latest_commit_sha":null,"homepage":"https://www.roblox.com/users/763818886","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bendaws.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-11-21T14:57:35.000Z","updated_at":"2024-11-21T15:17:43.000Z","dependencies_parsed_at":"2024-11-21T15:48:22.281Z","dependency_job_id":null,"html_url":"https://github.com/bendaws/roblox","commit_stats":null,"previous_names":["bendaws/roblox"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bendaws%2Froblox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bendaws%2Froblox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bendaws%2Froblox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bendaws%2Froblox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bendaws","download_url":"https://codeload.github.com/bendaws/roblox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226233350,"owners_count":17592878,"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":["crossroads","luau","metallium","rblx","roblox","robloxdev"],"created_at":"2024-11-24T21:13:29.024Z","updated_at":"2024-11-24T21:13:29.585Z","avatar_url":"https://github.com/bendaws.png","language":null,"readme":"# SirKingBinx's Roblox Code\nThis is a lot of code that I felt would be useful for other developers and noobies learning how to code for the first time. I have been a solo developer for almost 6 years\nand have learned the entire Luau language from scratch.\n\nFor new Roblox developers looking for information and history on Roblox's coding, the [Luau repository](https://github.com/luau-lang/luau) may help you.\n\n## Games Included\n- **Crossroads (2018-2024)**: *Note: This contains portions of code from the project, it is still an active game*. Crossroads is a sandbox shooter game.\n- **sdaorssorC (2020-2024)**: *Note: This contains portions of code from the project, it is still an active game*. Testing place for Crossroads\n- **lolxd (2024)**: Pretty much a clone of *dingus*\n- **Dimension Battle (2022-2024)**: Minigame-style fights with swords\n- **Clockwork VR (2024)**: VR-experiment using spheres as controllers.\n- **Metallium (2020)**: Infinite shooter\n- **Metallium 2 (2023)**: Infinite shooter (but better)\n\n## Projects\nAlong with the games, these projects are also hosted in this repository because they run on Roblox\n- **statistics**: A long-term statistic analyzer.\n\n## Licensing\nAll code in this repository (including code from mostly closed-source projects) is released under the MIT License. Under this license, you are free to:\n- use this code in your own games\n- change/modify the code\n- distribute the code, changed or unchanged\n\nHowever, the code must be licensed under the same license if changed.\n\n## READMEs\n### Statistics module\n```\nStats module\n(Last updated: August 27, 2020)\n=======================\nThis is really a server statistics tracker. For a server's lifespan, it will track and keep up with any values you want and store them for servers and clients to use.\n\nIt is used in Crossroads to provide the server statistics panel and was originally designed for that.\nHere is it's use cases:\n\n- Players, to track a number of kills across the whole server\n- Admins, to track the amount of reports of a specific player in the server\n- Developers, to count runtime errors that are understandable\n\nIt is essentially variables++.\n\nFunctions\n===============================\nstatistics.set(stat_name: string, value: any) -- Sets the given statistic. Returns true or false based on if it was successful.\n\nstatistics.get(stat_name: string) -- Gets the value of a statistic. Return the value, or \"nil\" if not found.\n\nstatistics.list() -- Returns the whole statistics list\n\nUsage\n===============================\nWhen requiring the module, it will return the module itself as well as a unique version identifier.\nIt will look like this:\n\n\"binx-statistics-iden-X.X.X\"\n\nIt is useful to make sure that you are using the expected version. You can ignore it completely as well.\n\nExample\n===============================\nlocal stats_module = require(game.ReplicatedStorage.statistics)\n\nfunction kill_happened()\n    stats_module.set(\"kills\", stats_module.get(\"kills\") + 1)\nend\n\nfunction bullet_happened()\n    stats_module.set(\"bullets fired\", stats_module.get(\"bullets fired\") + 1)\nend\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbendaws%2Froblox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbendaws%2Froblox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbendaws%2Froblox/lists"}