#scoreboard not show?

1 messages · Page 1 of 1 (latest)

strange raven
#

i dont know why but its not showing on scorebaord ```local Players = game:GetService("Players")

local function setupplayerdata(Player: Player)
local leaderstats = Instance.new("folder", Player)
leaderstats.name = "leaderstats"

local food = Instance.new("IntValue", leaderstats)
food.name = "food"
food.Value = 0
local coins = Instance.new("IntValue", leaderstats)
coins.name = "coins"
coins.value = 0

end

Players.PlayerAdded:Connect(setupplayerdata)```

#

pls tag

final canyon
#

capitalization matters

cedar steepleBOT
#

studio** You are now Level 18! **studio

final canyon
#

code with the output open

strange raven