RoIIsReus
|
  |
| Joined: 26 Nov 2014 |
| Total Posts: 77 |
|
|
| 27 Oct 2015 02:13 PM |
I know its possible to make a NumberValue into an IntValue by Math.Ceil or Math.Floor but is it possible to do reverse? Make an int value to a NumberValue :O? |
|
|
| Report Abuse |
|
|
dudasaus
|
  |
| Joined: 18 Oct 2015 |
| Total Posts: 18 |
|
|
| 27 Oct 2015 02:17 PM |
| NumberValue = IntValue * 1.0; |
|
|
| Report Abuse |
|
|
RoIIsReus
|
  |
| Joined: 26 Nov 2014 |
| Total Posts: 77 |
|
|
| 27 Oct 2015 02:18 PM |
| no idea wtf that means but thanks :D |
|
|
| Report Abuse |
|
|
|
| 27 Oct 2015 02:18 PM |
Not all numbers are integers.
But all integers are numbers. |
|
|
| Report Abuse |
|
|
yobo89
|
  |
| Joined: 05 Jun 2010 |
| Total Posts: 2341 |
|
|
| 27 Oct 2015 02:45 PM |
Not every rectangle is a square.
Every square is a rectangle. |
|
|
| Report Abuse |
|
|
RoIIsReus
|
  |
| Joined: 26 Nov 2014 |
| Total Posts: 77 |
|
|
| 27 Oct 2015 02:53 PM |
what the actual f are you guys talking about can some1 say yes or no |
|
|
| Report Abuse |
|
|
|
| 27 Oct 2015 04:17 PM |
We're saying you cannot turn something into what it already is.
local IntValue = Instance.new("IntValue") IntValue = 5 Instance.new("NumberValue", workspace).Value = IntValue.Value
See. |
|
|
| Report Abuse |
|
|