|
| 13 Aug 2011 11:16 AM |
| function onChildAdded(child) local plyr = game.Players:GetPlayerFromCharacter(child) if plyr then if child.Torso.roblox.Texture == http://www.roblox.com/asset? id=assetnumber then child.Humanoid.MaxHealth = 175 wait(.05) child.Humanoid.Health = 175 child.Humanoid.WalkSpeed = 25 end end end game.Workspace.ChildAdded(onChildAdded) |
|
|
| Report Abuse |
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 13 Aug 2011 11:55 AM |
game.Workspace.ChildAdded:connect(onChildAdded)
I like saying better script.Parent.ChildAdded:connect(onChildAdded) but still...
Ps you should space more. |
|
|
| Report Abuse |
|