Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Leaderboard Not Working?

Asked by 10 years ago

No Output, Please Help! (It's Not In A Local Script)

local N = script.Parent.N
local LB = script.Parent.LeaderBoard

game.Players.PlayerAdded:connect(function(player)
for i, v in pairs(LB:GetChildren()) do
if v.ClassName == "TextLabel" then
v.Position = v.Position + UDim2.new(0, 0, 0, 25)
end
end
Name = N:Clone()
Name.Parent = LB
Name.Text = player.Name
Name.Visible = true
end)

1 answer

Log in to vote
0
Answered by 10 years ago

Anyone???

Ad

Answer this question