#AddAccesory

28 messages · Page 1 of 1 (latest)

stoic helm
#

Do you want it to start on your player once it joins the game?

weary vector
#

yes

stoic helm
#

Try something like

#

Just a sec

#

local yourcloth = directory

game.Players.PlayerAdded:Connect(function(player)
player.CharacterAdded:Connect(function(character)
clone_cloth = yourcloth:Clone()
clone_cloth.Parent = character
end)
end)

#

This works with my clothes

weary vector
#

is your cloth directly on the body?

stoic helm
#

I suppose so

weary vector
#

mine is like an accesory

#

its outside the body

stoic helm
#

I know

#

try that

weary vector
#

o

#

ok

stoic helm
#

oh don't forget the local

#

local clone_cloth = yourcloth:Clone()

weary vector
#

at the first line what should i type instead of "directory"

#

studio dosent recognize it

stoic helm
#

the path of your item

#

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

weary vector
#

sry im new to studio

stoic helm
#

like

#

you create a part in workspace

#

the path to that part is

#

game.Workspace.Part

weary vector
#

ohh

stoic helm
#

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