|
| 12 Aug 2012 05:08 PM |
| Is it possible to have something called " " as a leaderboard stat? I've tried this, either I made an error or it's not possible. |
|
|
| Report Abuse |
|
|
|
| 12 Aug 2012 05:11 PM |
" " makes a string that can't go inside of IntValues in leaderboards.
232/50k R$ |
|
|
| Report Abuse |
|
|
|
| 12 Aug 2012 05:11 PM |
Sure it is.
Game.Players.PlayerAdded:connect(function(Player) local Stats = Instance.new("Model", Player) Stats.Name = "leaderstats" Instance.new("IntValue", Stats).Name = " " end)
† KMXD † |
|
|
| Report Abuse |
|
|