|
| 16 Jun 2014 11:44 PM |
robo=script.Parent:clone()
while true do
wait(10)
if script.Parent.Humanoid.Health<1 then
robot=robo:clone()
robot.Parent=script.Parent.Parent
robot:makeJoints()
script.Parent:remove()
end
end
It's saying "if script.Parent.Humanoid.Health<1 then" is yellow
|
|
|
| Report Abuse |
|
|
Tynexx
|
  |
| Joined: 11 Jul 2012 |
| Total Posts: 1559 |
|
|
| 16 Jun 2014 11:46 PM |
| if script.Parent.Humanoid.Health=>1 then |
|
|
| Report Abuse |
|
|
|
| 16 Jun 2014 11:48 PM |
Wait, its not that but I found out. if script.Parent.Humanoid.Health>1 then
No "=". Thank you for your help. |
|
|
| Report Abuse |
|
|
robomax11
|
  |
| Joined: 07 Jul 2011 |
| Total Posts: 6828 |
|
|
| 16 Jun 2014 11:56 PM |
:MakeJoints()
siggys r stupid |
|
|
| Report Abuse |
|
|