Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-2

How do I make another player copy someone elses clothes?

Asked by 8 years ago

Its for my horror game possession and someone will be the possessor and if the possessor possesses someone it will copy there looks. The only problem is is that i dont know how to make the possessor copy the clothes (and hats and stuff) of the player they just killed . Please could someone help!

0
Check for Pants and Shirt IDs from the player the killer killed and change the killer's clothes to the same ID. User#11440 120 — 8y
0
i dont know how to check shirt and pant ids :( supamaster888 28 — 8y
0
Shirt.ShirtTemplate, Pants.PantsTemplate. Pyrondon 2089 — 8y

1 answer

Log in to vote
1
Answered by 8 years ago

As the wiki states here

http://wiki.roblox.com/index.php?title=API:Class/Player/CharacterAppearance

You can set the CharacterAppearance of a Player to a users ID, for example:

Game.Players.John.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=" .. Game.Players.Daisy.UserId
Ad

Answer this question