#Custom Avatar, Clothes + Accessories
137 messages · Page 1 of 1 (latest)
no just for one player
your acc?
wait hold on let me open roblox studio and get back touon that
** You are now Level 1! **
i know how to put catalog items ingame
this?
use this on commandbar ```
game:GetService("InsertService"):LoadAsset(id).Parent = game.Workspace
just replace the id with what you want
and this will set my specific account avatar to the stuff i put in
are you in your studio rn?
go to serverstorage and make a folder then name it "Giver"
i still do this right
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
put all those imported stuff in the folder
even those clothes
yes
how do i import the clothes tho
this dude helpful af
click + icon at rig and add shirt/pants
that accessory
the group the one with the wizard hat or the handle
the group
wait
the group is the one wth the 3 squares
sorry im like extremely slow with this stuff i only really model 😭
not that
just send me the websites of catalog stuff you want
** You are now Level 2! **
and your username
so you dont want the existing accessories you have?
no
https://create.roblox.com/store/asset/17318630934/ScriptServerscriptservice-folderserverstorage use this model i made
@crystal crag can u help me a bit if its okay 🙂
for some reason im unable to import the mask so just import and keep it in folder
i will be back in 20-30 min
didnt work
those pants and shirt?
i didnt get any accessory or clothing
place the script in server script service
** You are now Level 10! **
alr it works but it didnt remove any of my accessories
is there a way to fix that or do i js role with a naked avatar from now on
wait
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)
overwrite original script right
yes
that overlaying of accessories?
yes
isnt that due to the hood?
can you send screenshot of things in your character model?
like 2nd pic
like this
the one in workspace
wait
this is what i meant
** You are now Level 3! **
is this your username?
ye but im using another account, i changed my username to the account im using
on the script
EarlProvan
right one is how you want it right? (mask didnt load for me)
yes
I want to let you know before hand that I am only turning EarlProvan into that avatar until I am done with the beta,
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
delete the previous script and change username
can you show the output once?
what
i made a new one and it should work
https://create.roblox.com/store/asset/17318630934/ScriptServerscriptservice-folderserverstorage just add mask and change username in script
Its js the same overlapping ugc problem
if you dont have any more solutions its fine, ill just figure smth out with the avatar
it worked fine for me though
maybe its r6