How To Make Multi-Line Notes?

Hi all, I was wondering how I could make multi-lined notes so that I don’t have to keep adding “–” to the beginning of each line that I want as a note. Thank you so much!

--[[
Your
Multiline
Note
Here
]]
2 Likes

On top of @absentdenik, you could use \n.

local note = "Your\nMultiline\nNote\nHere"