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

What's wrong with this script?

Asked by 9 years ago
ZoneBin = game.Workspace.ZoneBin
frame = script.Parent.main_frame
ZoneBin.A.red.Changed:connect(function()
    if ZoneBin.A.unclaimed.Value == true or ZoneBin.A.blue.Value == true then
        frame.zone_splash.Text = "Red has A!"
        frame.zone_splash.TextColor3 = Color3.new(255/255,0/255,0/255)
end
end)
ZoneBin.A.blue.Changed:connect(function()
    if ZoneBin.A.unclaimed.Value == true or ZoneBin.A.red.Value == true then
        frame.zone_splash.Text = "Blue has A!"
        frame.zone_splash.TextColor3 = Color3.new(64/255,0/255,255/255)
end
end)

Can somebody tell me what is wrong? Thanks! ok really whats the point of downvoting this post... i need help...

0
What's it supposed to do and what's it not doing? And is there anything in output? it's kind of hard to tell you what's wrong with a script that you have no idea what it's doing. Ryzox 220 — 9y
0
nevermind i found the problem XD KeepTheChange50Cent 0 — 9y

Answer this question