clone_char
Clones the given in character
modules.clone_char(character: Instance)
Parameters
character
: The character that you want cloned
Example
local cloned = modules.clone_char(game:GetService("Players").LocalPlayer.Character)
Last updated