Lolbloxs
|
  |
| Joined: 26 Aug 2010 |
| Total Posts: 150 |
|
|
| 17 Jul 2011 06:01 PM |
Supposed to not only create a value which it can do but make sure that it doenst create copys every time you die -----
char = script.Parent.Parent
if char.power.Archivable == true then char.power.Value = 1000 else do local e = Instance.new("NumberValue") e.Name = "name" e.Value = 1000 e.Parent = char
|
|
|
| Report Abuse |
|
|
| |
|
OBF
|
  |
| Joined: 29 Sep 2009 |
| Total Posts: 10709 |
|
|
| 17 Jul 2011 06:05 PM |
| You need two ends at the bottom. Or you could remove the do and only put one in. |
|
|
| Report Abuse |
|
|
Lolbloxs
|
  |
| Joined: 26 Aug 2010 |
| Total Posts: 150 |
|
|
| 17 Jul 2011 06:11 PM |
| thanks advice but it still does not work |
|
|
| Report Abuse |
|
|