lsp425
|
  |
| Joined: 10 Dec 2011 |
| Total Posts: 603 |
|
|
| 23 Jul 2014 09:24 PM |
--manage script loaded
but the value doesnt change name or value.
running = Instance.new("BoolValue") running.Parent = Game.Workspace running.Name = run running.Value = true |
|
|
| Report Abuse |
|
|
smiley599
|
  |
| Joined: 23 Jan 2010 |
| Total Posts: 21869 |
|
|
| 23 Jul 2014 09:26 PM |
running.Name="run"
Name is a string value. |
|
|
| Report Abuse |
|
|
128GB
|
  |
| Joined: 17 Apr 2014 |
| Total Posts: 8056 |
|
|
| 23 Jul 2014 09:26 PM |
Well thats easy you just This is not the full reply. |
|
|
| Report Abuse |
|
|
smiley599
|
  |
| Joined: 23 Jan 2010 |
| Total Posts: 21869 |
|
| |
|
lsp425
|
  |
| Joined: 10 Dec 2011 |
| Total Posts: 603 |
|
| |
|