What do people mean when they say "Take Notes of Scripts"

Hello There, I wanted to ask a quick question,

What do people mean when they say I’m gonna take notes of a script,

I’ve seen multiple people say this, but couldn’t really understand what they meant.

This is more of a question than a request for help, so if I should move it somewhere else, just tell me where.

This might mean add notes inside the script. Here is an example:

-- This is a note example. Look for this in the code below:
game.Players.PlayerAdded:Connect(function() -- Hello! I am a note!

To make a script note, simply add two dashes in the code! When you do this, you enter note mode and you can add anything if it’s in the dashes. If you go to the next line of the code, you enter back to script mode. Notes DO NOT interfere with your code.

1 Like

i’m going to add onto @LMVM2041’s solution. It’s good to take notes so that when you come back to that script you know what you did there without thought. It’s also very good for organizing your code.

2 Likes

Thanks, I think somewhat get what they mean now.

1 Like