This module provides a safe way to get local player’s character with a cutom type for both r6 and r15 that you can switch directly in module’s code.

Module link
This module provides a safe way to get local player’s character with a cutom type for both r6 and r15 that you can switch directly in module’s code.
what is the benefit from using this module vs game.Players.LocalPlayer.Character
? does the module yield for the character? or is it simply for compacting the method?
Now i think that i dont need that module for my game because i can simply use just the types from module. You can get all types from it into another module so you can require it and use them in your scripts.