Native Codegen on ServerScript or ModuleScript?

so i have a script that calls lots of functions from a modulescript and im wondering if i should add
--!native on the modulescript or serverscript that calls those functions?

They’re not needed and I don’t think it really matters personally. I haven’t used them however don’t feel they’re needed to be defined.