Changing someone's skin
#1
I am making a game and I want the players to have a specific skin (The one I'm wearing) when they enter

I know how to change the skin to this one I'm wearing, but is there any way to make them always have this skin on whenever they play, even if I change my skin?
Reply
#2
Upload it as a skin in the Skins catalog, and then

[lua]
--STUFF
player.Character.Skin = "http://buildism.net/asset/file/####.png"
--STUFF
[/lua]
Reply
#3
(07-30-2011, 02:15 PM)Qwertygiy Wrote: Upload it as a skin in the Skins catalog, and then

[lua]
--STUFF
player.Character.Skin = "http://buildism.net/asset/file/####.png"
--STUFF
[/lua]

How would I find that file though?

Or would I be able to upload the skin template to another imagehost and put the image url there?
Reply
#4
The ### is the ID of the skin. For example,

http://buildism.net/items/Name/1337

would be

http://buildism.net/asset/file/1337.png
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)