Alright so — what even is a print statement?
A print statement is basically a way for your script to talk back to you. It lets you send a message to a place called the Output window inside Roblox Studio.
You can't see it in the actual game. Players will never see it. It's only for you — the developer. Think of it like leaving yourself little notes while you're building, to help you understand what your script is doing.