|
| 11 Jun 2014 09:02 PM |
alright, ok wtf is going on?
I did... for _ = 1, 10 do (tab)(print(math.random(100)) (tab)wait(1) end
Just like the forum said and it gave me a random number between on and 100 every second, alright maybe I can test this out on my health.
Then I did...
for _ = 1, 10 do (tab)(Workspace.BraveHawaiian.Humanoid.Health=math.random(100)) (tab)wait(1) end and it wasn't making my health random each time, so then I did for _ = 1, 10 do (tab)(Workspace.Parent.Humanoid.Health=math.random(100)) (tab)wait(1) end thinking maybe it was the wrong username... Nothing is working, please reply the script I need to make my health random each second
|
|
|
| Report Abuse |
|
|
| 11 Jun 2014 09:02 PM |
| By "Just like the Forum said" I meant "Just like the wiki said" |
|
|
| Report Abuse |
|
YumERAGON
|
  |
| Joined: 18 Apr 2012 |
| Total Posts: 3893 |
|
|
| 11 Jun 2014 09:18 PM |
| explain what you are trying to accomplish here |
|
|
| Report Abuse |
|
|
| 11 Jun 2014 09:30 PM |
| A script that makes my health random every 5 seconds. |
|
|
| Report Abuse |
|