Okay, I have tried this and it is still the same problem I have before, and this is what I have in my remote scripts now while I am testing in #ScriptTesting.

Code:
on +2:JOIN:#ScriptTesting: {
  if ($level($address($nick,6))) <= 2 {
    mode $chan +b $mask($fulladdress,2)
    kick $chan $nick Test Kick
  }
}