|
| 11 Aug 2011 08:35 PM |
while true do game.Workspace.Boss.Humanoid.Health = 10000 wait(x) end
What should I add to this script to make it so that the "Boss" isn't invincible? |
|
|
| Report Abuse |
|
|
| |
|
1x19
|
  |
| Joined: 07 Aug 2010 |
| Total Posts: 156 |
|
| |
|
| |
|
1x19
|
  |
| Joined: 07 Aug 2010 |
| Total Posts: 156 |
|
|
| 11 Aug 2011 08:47 PM |
| Is there anthing else names boss in the workspace? |
|
|
| Report Abuse |
|
|
| |
|
1x19
|
  |
| Joined: 07 Aug 2010 |
| Total Posts: 156 |
|
|
| 11 Aug 2011 08:50 PM |
while true do game.Workspace.Boss.Humanoid.(Health) = 10000 wait(x) end
Try that |
|
|
| Report Abuse |
|
|
|
| 11 Aug 2011 08:51 PM |
| Roblox made an update so that a Humanoid's health can't be more than 100 when a game starts. I added this script to make it so that the Boss' health starts at 10,000. Unfortunately, this script is incomplete, which means that the Boss is invincible. My knowledge of scripting is very low so I don't know how to rectify this. |
|
|
| Report Abuse |
|
|
|
| 11 Aug 2011 08:58 PM |
| Thanks dude, that worked a charm. |
|
|
| Report Abuse |
|
|