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...