Alright, super quick recap before we wrap up.
— print statement sends a message to your Output window
— Put text inside quotes, like print Hello
— Put numbers without quotes, like print 42
— Players never see this — it's just for you to check whats going on inside a script
— And it's one of the most useful tools for figuring out what your script is doing
That's literally it. I hope you enjoyed this video!