|
| 07 Nov 2014 10:05 PM |
| I would like some help on to make a script when the player fully loads (hats, shirts, pants, ect.) it will print something. Thank you. |
|
|
| Report Abuse |
|
|
domogomo
|
  |
| Joined: 03 Jun 2012 |
| Total Posts: 335 |
|
|
| 07 Nov 2014 10:17 PM |
| Do you have a base of the script? |
|
|
| Report Abuse |
|
|
domogomo
|
  |
| Joined: 03 Jun 2012 |
| Total Posts: 335 |
|
|
| 07 Nov 2014 10:20 PM |
Anyways, this is what you should start out with. :
game.Players.PlayerAdded:connect(function(Player) end) |
|
|
| Report Abuse |
|
|
|
| 07 Nov 2014 10:27 PM |
game.Player.PlayerAdded:connect(function(p) p:WaitForDataReady () --code end) |
|
|
| Report Abuse |
|
|
|
| 07 Nov 2014 10:42 PM |
game.Players.PlayerAdded:connect(function(Player) Player.CharacterAdded:wait() wait(1) --code here end)
That's what I always do |
|
|
| Report Abuse |
|
|
Goulstem
|
  |
| Joined: 04 Jul 2012 |
| Total Posts: 7177 |
|
|
| 07 Nov 2014 10:47 PM |
gimme 1k robux pls.
jk
game.Players.PlayerAdded:connect(function(plr) plr.CharacterAdded:connect(function(char) repeat wait() until char:FindFirstChild("Torso",true);wait(.1); print("Character Loaded") end) end)
Of course.. this isn't completely efficient and won't actually check if EVERYTHING in the character is loaded. For that i might actually charge u boi |
|
|
| Report Abuse |
|
|