sk8t3r230
|
  |
| Joined: 13 Jun 2011 |
| Total Posts: 8649 |
|
|
| 17 Feb 2014 02:08 PM |
I'm currently trying to make a value of "Area" be a string but it keeps giving me 0...
local Area = Instance.new("IntValue", leaderstats) Area.Name = "Area" Area.Value = "Spawn Area" |
|
|
| Report Abuse |
|
|
subenari
|
  |
| Joined: 23 Mar 2011 |
| Total Posts: 116 |
|
| |
|
sk8t3r230
|
  |
| Joined: 13 Jun 2011 |
| Total Posts: 8649 |
|
| |
|
DataStore
|
  |
| Joined: 07 Feb 2012 |
| Total Posts: 8540 |
|
|
| 17 Feb 2014 02:12 PM |
local Area = Instance.new("StringValue", leaderstats)
An IntValue is used to hold an integer, not a string. |
|
|
| Report Abuse |
|
|
sk8t3r230
|
  |
| Joined: 13 Jun 2011 |
| Total Posts: 8649 |
|
| |
|