So I was looking through roblox’s MouseLockController and found this:
self.boundKeys[#self.boundKeys+1] = keyEnum :: Enum.KeyCode
I know about typechecking, but thats one :
Is this the same as typechecking? If so, or even if not. What does it do / mean?