Advanced Modular Scripting

Sure, type checking all Remote parameters should always be done. Though networking libraries already do this so you don’t have to. I think your question is on the different topic of server validation and not framework development. Either way, server validation doesn’t change:

  • Type checking
  • Nil checks
  • NaN checks
  • Validation checks (i.e., crrency balance, if player is in a table)

There are a lot of topics you can find on this, and you ask AI about it too.

1 Like