How to generate character with CharacterGenerator Module
Introduction
Many people asked if there will be module, so here is one, it finally arrived.
Instructions
- Create a R15 rig
- Create new script
- Put this into the script
local CharacterGenerator = require(5414759230) -- Require the module
CharacterGenerator.renderCharacter(workspace.Dummy, {
{5315631691, 0}, -- {[id], [gender(0: male, 1: female, 2: both)]}
{5033253598, 2},
{4962466909, 0},
{4238241252, 2},
{5099971629, 2},
{4138932738, 2},
{5101677599, 1},
{5105782641, 1},
{2623731267, 0},
{5413069484, 1},
{5413087322, 1},
{5411637426, 2},
{5116778464, 1},
{2929716260, 0},
{5067662049, 1},
{4602272400, 1},
{4708265828, 1},
{4935034478, 1},
{4933287912, 1},
{4602272831, 1},
{14815761, 1},
{4837206865, 2},
{13062491, 2},
--{0000000000, 0},
}, {gender = math.random(0, 1), bodycolors = true, showlogs = true}) -- Use the module's function ([character], [library], [options])
- Run the place
- Congratulations, you have generated a random character
Behind The Code
For carious ones, here the link to the module, you can also leave a like, favorite, and you can also share it with your friends!
How To Have Custom Body Colors
CharacterGenerator.renderCharacter(..., {...}, {gender = ..., bodycolors = {Color3.fromRGB(..., ..., ...)}, showlogs = ...})
You can also remove the items from the example and replace with your proffered ones.
If you have any questions, I am happy to answer them