So I have a question. Is it possible to manipulate the print feature.. Like something in this sort of way.
if print = ¨something i put here¨ then script.Parent.ScreenGui.Textlabel.Visible = false end
Can someone tell me if this is a thing i can do. If so, where did i go wrong?
text == "something I put there" print(text) if text == "something I put there" then script.Parent.ScreenGui.Textlabel.Visible = false end
Print() is only used to, well, print things in the console. What is it you're trying to do anyways?