What does --! do?

The question is simple: What does --!something at the start of the script do and how to use it?

--! is used to define typechecking in Luau. You can learn more here.