#Custom Avatar, Clothes + Accessories

137 messages · Page 1 of 1 (latest)

crystal crag
#

you mean like a default avatar for all?

topaz tinsel
#

no just for one player

crystal crag
topaz tinsel
#

yes

#

with specific accessories and cothing on it

crystal crag
#

alr

#

do you know how to import accessories and clothes?

topaz tinsel
#

wait hold on let me open roblox studio and get back touon that

drifting briarBOT
#

studio** You are now Level 1! **studio

topaz tinsel
crystal crag
#

use this on commandbar ```
game:GetService("InsertService"):LoadAsset(id).Parent = game.Workspace

#

just replace the id with what you want

topaz tinsel
#

and this will set my specific account avatar to the stuff i put in

crystal crag
#

are you in your studio rn?

topaz tinsel
#

yes

#

im putting the ids in the command bar with the command

crystal crag
#

go to serverstorage and make a folder then name it "Giver"

crystal crag
#

add a script in serverscriptservice and paste this in it ```
local storage = game:GetService("ServerStorage")
local giver = storage.Giver

game.Players.PlayerAdded:Connect(function(plr)
plr.CharacterAdded:Connect(function(char)
if plr.UserId == "YOURUSERNAME" then
for i,v in ipairs(char:GetChildren()) do
local access = giver:Clone():GetChildren()
if v:IsA("Pants") or v:IsA("Shirt") then
v:Destroy()
end
for i,v in ipairs(access) do
v.Parent = char
end
end
end
end)
end)

#

add your username on 6th line

topaz tinsel
#

doe

#

done

crystal crag
#

even those clothes

topaz tinsel
#

can i use this for the ugc

crystal crag
#

yes

topaz tinsel
#

how do i import the clothes tho

keen sentinel
crystal crag
topaz tinsel
#

what do i put in the folder

crystal crag
#

that accessory

topaz tinsel
#

the group the one with the wizard hat or the handle

crystal crag
#

do you see hat like icon?

#

that one

crystal crag
topaz tinsel
#

the group is the one wth the 3 squares

#

sorry im like extremely slow with this stuff i only really model 😭

crystal crag
#

not that

topaz tinsel
#

this

crystal crag
#

just send me the websites of catalog stuff you want

topaz tinsel
drifting briarBOT
#

studio** You are now Level 2! **studio

topaz tinsel
crystal crag
#

and your username

topaz tinsel
#

RezKv0

#

does my avatar have to be naked for it to work

#

so ugc doesnt overlap?

crystal crag
topaz tinsel
#

no

crystal crag
elder kite
#

@crystal crag can u help me a bit if its okay 🙂

crystal crag
#

for some reason im unable to import the mask so just import and keep it in folder

crystal crag
crystal crag
#

those pants and shirt?

topaz tinsel
crystal crag
#

it worked when i tested that

#

?

topaz tinsel
#

idrk

crystal crag
drifting briarBOT
#

studio** You are now Level 10! **studio

topaz tinsel
#

is there a way to fix that or do i js role with a naked avatar from now on

topaz tinsel
crystal crag
#

paste this script ```
local storage = game:GetService("ServerStorage")
local giver = storage.Giver

game.Players.PlayerAdded:Connect(function(plr)
plr.CharacterAdded:Connect(function(char)
if plr.Name == "RezKv0" then
for i,v in ipairs(char:GetChildren()) do
local access = giver:Clone():GetChildren()
if v:IsA("Pants") or v:IsA("Shirt") or v:IsA("Accessory") then
v:Destroy()
end
for i,v in ipairs(access) do
v.Parent = char
end
end
end
end)
end)

topaz tinsel
#

overwrite original script right

crystal crag
#

yes

topaz tinsel
#

nothing

#

same thing

crystal crag
topaz tinsel
#

yes

crystal crag
#

isnt that due to the hood?

topaz tinsel
#

and the ram skull

#

and sword on the back

crystal crag
#

can you send screenshot of things in your character model?

crystal crag
topaz tinsel
crystal crag
#

like this

topaz tinsel
topaz tinsel
crystal crag
#

the one in workspace

topaz tinsel
#

do u want me to import my character?

crystal crag
#

wait

topaz tinsel
crystal crag
#

this is what i meant

topaz tinsel
#

it looks bugged

drifting briarBOT
#

studio** You are now Level 3! **studio

crystal crag
#

is this your username?

topaz tinsel
topaz tinsel
#

on the script

crystal crag
#

wait

#

can you send your other username?

topaz tinsel
#

EarlProvan

crystal crag
#

right one is how you want it right? (mask didnt load for me)

topaz tinsel
#

yes

topaz tinsel
#

im going to be using an undecided account to have the avatar

#

so all i have to do after the script is fixed is change the name in the script from EarlProvan to the name of the new account right

crystal crag
#

i updated the model again

#

same process

#

import the mask into the rig

topaz tinsel
#

nothing happened

crystal crag
#

delete the previous script and change username

topaz tinsel
#

i did

#

didnt do anything

crystal crag
#

can you show the output once?

topaz tinsel
crystal crag
topaz tinsel
topaz tinsel
crystal crag
topaz tinsel
#

if you dont have any more solutions its fine, ill just figure smth out with the avatar

crystal crag
#

it worked fine for me though

topaz tinsel