CharacterManager - Simple way to get localplayer's character!

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.


22
Module link

2 Likes

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?

4 Likes

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.

1 Like