|
| 29 Jan 2014 07:11 AM |
| Evertime I use: game.Players.LocalPlayer:WaitForChild("Character") but it NEVER works. How would I wait for it? (it's a local script) |
|
|
| Report Abuse |
|
|
|
| 29 Jan 2014 07:22 AM |
| game.Players.LocalPlayer.CharacterAdded:connect(function() |
|
|
| Report Abuse |
|
|
| |
|