The question is simple: What does --!something at the start of the script do and how to use it?
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.