73EPIC311
|
  |
| Joined: 28 Aug 2012 |
| Total Posts: 454 |
|
|
| 24 Jul 2013 12:46 PM |
Ok I have this, local Gold = Instance.new("IntValue") local Level = Instance.new("IntValue") local Exp = Instance.new("IntValue") local plr = script.Parent.Parent
if script.Value.Value == 1 then Gold.Value = 5 Gold.Name = "Gold" Gold.Parent = plr Level.Name = "Level" Level.Value = 1 Level.Parent = plr Exp.Name = "Exp" Exp.Value = 0 Exp.Parent = plr end
But when I play test this with this script in a local script in starterGUI I check my player in players and the 3 stats are there but it`s not showing up on the leaderboards and my output will not help me. |
|
|
| Report Abuse |
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 24 Jul 2013 12:52 PM |
| hat must be in a model called leaderstats in player |
|
|
| Report Abuse |
|