teams = game.Teams:GetChildren()
a = #teams
script.Parent.Up.MouseButton1Down:connect(function()
wait()
a = a + 1
if a > #teams then
a = 1
end
script.Parent.changer.Text = "Teams: ".. teams[a].Name
end)
Can someone help me edit it, so, when you click it, it puts a NumberValue's Value to a.
But if the NumberValue's Value is higher than or the same as another Value named 'teams#, then it doesn't allow it to go up any more and you have to click a button named 'Down' to move the text backwards (Like, Up makes them scroll forwards through, and Down makes them go back through the scroll)
¤שׂøøŦ¤ ಠ_ಠ ಥ_ಥ ¤ Just shoot for the stars If it feels right Then aim for my heart ¤ |