|
| 24 Jul 2016 07:20 PM |
Hello. I have made a script that Inserts this script (along with a Gui which it is inside of) and it changes the appearance of the character.: http://pastebin.com/mRbJWddM
However, when the player dies, the script does not change the character's appearance. It still prints "ech" at the print points but makes no change to the character's appearance. How can I fix this?
thanks |
|
|
| Report Abuse |
|
|
| |
|
Tynezz
|
  |
| Joined: 28 Apr 2014 |
| Total Posts: 4945 |
|
|
| 24 Jul 2016 09:16 PM |
| use plr.CharacterAppearanceLoaded:wait() before applying changes |
|
|
| Report Abuse |
|
|
|
| 24 Jul 2016 09:24 PM |
| T H A N K S B U D D Y / あ り が と う |
|
|
| Report Abuse |
|
|
|
| 24 Jul 2016 09:32 PM |
| It doesn't seem to be working, none of the print functions print anything when I apply it and the character looks like they normally do when they enter a game |
|
|
| Report Abuse |
|
|
| |
|
|
| 25 Jul 2016 12:09 PM |
game:GetService("Players").PlayerAdded:connect(function(Player) Player.CharacterAdded:connect(function(Character) -- Code. end) end)
( ͡• ◡ ͡•) -=[ RAP: 364,399 || DurstAuric; the narb of ROBLOX ]=- ( ͡• ◡ ͡•) |
|
|
| Report Abuse |
|
|
|
| 25 Jul 2016 04:09 PM |
I already have a script that does that, it insirts this script (inside of a Gui) into the PlayerGui: http://pastebin.com/mRbJWddM
it just doesn't make the change after death for some reason |
|
|
| Report Abuse |
|
|
| |
|
|
| 25 Jul 2016 05:45 PM |
put it in starter character scripts
lol
Add 13,000 posts |
|
|
| Report Abuse |
|
|
| |
|