if anyone knows please leave a reply! :) thanks
This is very easy.
Heres the script.
-- script in ServerScriptService game.Players.PlayerAdded:Connect(function(plr) local Stats = Instance.new("Folder") Stats.Parent = plr Stats.Name = "Stats" local Money = Instance.new("NumberValue") Money.Parent = Stats Money.Name = "Money" Money.Value = 4093204324
**In what I think, If you don't name the variable leaderstats, it would not show on the leaderboard. That is what happened to me a few weeks ago when I wrote Stats instead of leaderstats like I usually do. **
Hope this helped. xD
-PhotonLightning