{"id":17061977,"url":"https://github.com/brh55/roblox-morpher-module","last_synced_at":"2025-03-23T08:27:45.774Z","repository":{"id":83897798,"uuid":"513179496","full_name":"brh55/roblox-morpher-module","owner":"brh55","description":"🌲⚡️ A simple Roblox modulescript that let's you morph a player to any existing model / object","archived":false,"fork":false,"pushed_at":"2022-07-12T15:12:45.000Z","size":24,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T15:19:35.260Z","etag":null,"topics":["lua","modulescript","roblox","roblox-studio","robloxlua"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/brh55.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}},"created_at":"2022-07-12T14:41:03.000Z","updated_at":"2023-03-10T10:12:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"85710330-3868-4e2e-9e07-b1037f46288f","html_url":"https://github.com/brh55/roblox-morpher-module","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brh55%2Froblox-morpher-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brh55%2Froblox-morpher-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brh55%2Froblox-morpher-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brh55%2Froblox-morpher-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brh55","download_url":"https://codeload.github.com/brh55/roblox-morpher-module/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245075804,"owners_count":20556988,"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":["lua","modulescript","roblox","roblox-studio","robloxlua"],"created_at":"2024-10-14T10:48:50.837Z","updated_at":"2025-03-23T08:27:45.753Z","avatar_url":"https://github.com/brh55.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# roblox-morpher-module\n\u003e 🌲⚡️ A simple roblox *modulescript* that let's you morph the player to any existing model / object\n\n### Demo\n\u003cimg src=\"https://media2.giphy.com/media/WVkBAKQFeoqZZoJsWt/giphy.gif\"\u003e\n\n## Pre-requisites\n### Model Structure\nIn order for players to move in models, your model need to have a `Humanoid` component, as well as a `Head`, `HumanoidRootPart`, `Torso` that is properly welded.\n\n#### Example Structure\n\u003cimg width=\"214\" alt=\"image\" src=\"https://user-images.githubusercontent.com/6020066/178522621-a2fc72bf-00d3-46bb-beb0-21e409c049a7.png\"\u003e\n\n## Usage\nCopy over the script to your target folder, directory.\n\n### Within a Script\nUse this in the context of when you may want to directly call the morphing function such as a localscript for a GUI or for an event trigger.\n\n```lua\n-- Import the location of the module --\nlocal morpher = require(workspace[\"Helper Scripts\"].Morpher)\n\n-- Pass along the parameters -- \nmorpher.select(playerToMorph, ParentOfMorphingModel)\n```\n\n### Bind with a Proximity Prompt\nThis is a convenience method for when there is a proximity prompt on the model\n```lua\n-- Import the location of the module --\nlocal morpher = require(workspace[\"Helper Scripts\"].Morpher)\n\n-- Pass along the parameters -- \nmorpher.bindPrompt(model)\n```\n\n## License\nMIT - Use it as you please :) - have fun scripting!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrh55%2Froblox-morpher-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrh55%2Froblox-morpher-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrh55%2Froblox-morpher-module/lists"}