My script is like this I just need to make sure what >= means i'm not a very good scripter.
local l = script.Parent.Parent.Parent.Parent.Parent.Parent.leaderstats
function Click(mouse) if l.Knockouts.Value >= 60 then script.Parent.Parent.Parent.Visible = false end end
>=
means larger than or equal to, as in the math symbol;
a >= b
corresponds to the math notation a ? b
My apologies... Scripting helpers isn't allowing me to post the larger than or equal to symbol