Shut The Fuck Up
This function silences warnings from datatype assembly, as well as strips information from runtime error reporting.
function light.stfu
As an example, you may want to send an array of any
. Since any
is considered "nilable" by
default, using it in an array will print a warning to your console. To silence it, you can use light.stfu()
: