|
| 28 Sep 2016 08:38 AM |
| Well i'm a good scripter but not at adding +1 to values. So this is my code: "script.Parent.Parent.GateValue # ### #### expected = got +. What i want is it should when a gate hits one sensor that i already scripted, it should add 1 to the value. What am i doing wrong? Go eat some doritos |
|
|
| Report Abuse |
|
|
|
| 28 Sep 2016 08:39 AM |
script.Parent.Parent.GateValue + 1
Go eat some doritos |
|
|
| Report Abuse |
|
|
|
| 28 Sep 2016 08:46 AM |
| script.Parent.Parent.GateValue.Value = script.Parent.Parent.GateValue.Value - 1 |
|
|
| Report Abuse |
|
|
Mitko0o1
|
  |
| Joined: 30 Nov 2010 |
| Total Posts: 5725 |
|
|
| 28 Sep 2016 08:46 AM |
| script.Parent.Parent.GateValue.Value = script.Parent.Parent.GateValue.Value + 1 |
|
|
| Report Abuse |
|
|
| |
|