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

Why do we use the print function and how is it effective? What scenario can you use it in?

Asked by
ISyisp -5
4 years ago

print "Hello"

wait (2)

print "Hello again"

0
To debug greatneil80 2647 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago

here

if script.Parent.Transparency == 1 then
print ("true!")
else
print ("nope fix it")
end

it helps to see if code works you don"t wanna be experiencing errors all the time right?

0
Yeah, the print function is for the developer, not the player. Jexpler 63 — 4y
0
Oh okay, I get it now, thanks a lot. ISyisp -5 — 4y
Ad

Answer this question