#Im just confused....

7 messages · Page 1 of 1 (latest)

ancient rampart
#
game.Players.PlayerAdded:Connect(function(player)
    local Leaderboard = Instance.new("Folder")
    Leaderboard.Name = "Leaderboard"
    Leaderboard.Parent = player
    
    local Power = Instance.new("IntValue")
    Power.Name = "Power"
    Power.Value = 0
    Power.Parent = Leaderboard
    
    while true do
        wait(1)
        Power.Value = Power.Value + 1
    end
end)

fringe mortar
#

location? it is a serverscript?

#

also, the name of leaderboard needs to be "leaderstats"

ancient rampart
#

it

#

needs to be?

fringe mortar
#

yes

ancient rampart
#

God dang it...