06-30-2011, 05:17 PM
So In a game I'm building would like you to have the skin of the main character when you play, however I have no idea as to what I must change the "Skin" string to. I tried this
[lua]function D(PP)
PP.Character.Skin = "http://buildism.net/items/Blotto/2189"
end
link(game.Players.ChildAdded, D)[/lua]
and it changed the value fine, but I was still wearing my default skin, even after killing my character.
[lua]function D(PP)
PP.Character.Skin = "http://buildism.net/items/Blotto/2189"
end
link(game.Players.ChildAdded, D)[/lua]
and it changed the value fine, but I was still wearing my default skin, even after killing my character.