Way to mute warnings?

Hello everyone, Roblox made an update on their script visualizer a while ago and it has always been annoying the new “Key detection system”. Multiple of my scripts use key-set functions that occur outside the script itself and it is annoying when Roblox throws a warning because it couldn’t find the key in the table (or even when a function is meant to run afterward, yet Roblox decides to throw a warning):

image
image


image
image


image
image

Please someone help since it makes no sense for Roblox to make these warnings and spam the script with them.

PS: For those wondering why there is the line module:multiindex(module, ..., no, it isn’t because I am crazy, since, there is indeed a reason why I sent the module argument with the colon sign, don’t worry about it.

put this on the top of your script

--!nocheck
2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.