|
| 06 Nov 2014 12:41 PM |
How do I add, subtract, multiply or divide two variables together, for instance: They're both number values. I'm not sure how to apply these, though.
Value1 = script.Parent.Parent -- and whatever Value2 = script.Paren.Parent.Parent -- whatever
Value1 * Value2
Emperor || Empire of Stratus || New clan, enlist today! |
|
|
| Report Abuse |
|
RoflBread
|
  |
| Joined: 18 Jun 2009 |
| Total Posts: 3803 |
|
|
| 06 Nov 2014 12:47 PM |
If they're NumberValue objects then:
multiplication = Value1.Value * Value2.Value |
|
|
| Report Abuse |
|