of     1   

2WOOF2
#53932660Tuesday, August 30, 2011 6:57 PM GMT

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 ¤
2WOOF2
#53933048Tuesday, August 30, 2011 7:05 PM GMT

Bump. :( ¤שׂøøŦ¤ ಠ_ಠ ಥ_ಥ ¤ Just shoot for the stars If it feels right Then aim for my heart ¤
2WOOF2
#53933537Tuesday, August 30, 2011 7:15 PM GMT

Ahh D: ¤שׂøøŦ¤ ಠ_ಠ ಥ_ಥ ¤ Just shoot for the stars If it feels right Then aim for my heart ¤

    of     1