-2

I have looked through DarkRP code to learn to create my own addons and game modes. I am trying to understand all that is happening and I have seen fn.id many times and fail to understand what it means. Anyone who can point me in the right direction I would appreciate it :)

Dyerrrr
  • 3
  • 2

1 Answers1

0

fn.Id is the identity function, from the fn module. It returns the arguments passed to it.

Sneftel
  • 40,271
  • 12
  • 71
  • 104