#2 problems

1 messages · Page 1 of 1 (latest)

ionic inlet
#

A: how can i set a custom character model to a player id
B: how can i save someone settings for what colors their avatar is

#

so far with A i have the custon character model in replicated storage

#

as well as a normal script in server script storage

#

game.Players.PlayerAdded:Connect(function(player)
    player.CharacterAdded:Connect(function(character)
        if player.UserId == playerId then 
            local customCharacter = game.ReplicatedStorage:WaitForChild("Lego"):Clone()
            character =    customCharacter
        customCharacter.Parent = game.Workspace
        end
    end)
end)```
#

i havent started on B yet tho

tulip sleet
ionic inlet
#

like a table or what

ionic inlet
tulip sleet
#

yes maybe table

ionic inlet
#

how get the numbers tho

tulip sleet
ionic inlet
#

ye

tulip sleet
ionic inlet
#

there are 12

tulip sleet
#

like u want a rgb color type or what?

ionic inlet
#

name

#

it might be easier if i show you the file

pulsar lantern
#

i'm pretty sure A is something like

#
local desc = game.Players:GetHumanoidDescriptionFromUserId(game.Players:GetUserIdFromNameAsync("NameYouWant"))
character.Humanoid:ApplyDescription(desc)
#

if that's what you're asking

ionic inlet
#

wher

ionic inlet
pulsar lantern
#

run that in the command bar