leaderboard script roblox pastebin function playerentered(newPlayer) local stats = Instance.new("IntValue") stats.Name = "leaderstats" local Money = Instance.new("IntValue") Money.Name = "Money" Money.Value = 100 Money.Parent = stats stats.Parent = newPlayer end leaderboard script roblox pastebin PasteShr leaderboard script roblox pastebin game.Players.ChildAdded:connect(playerentered) leaderboard script roblox pastebin