Skip to content

GetCharacterFromPlayer

Description

GetCharacterFromPlayer is a Function
Returns the character of the given player.

Example
local testVariable = GetCharacterFromPlayer(GetLocalPlayer())
Usage

network usage: Any (Client or Server/Host)
returns: Character
parameters:
- player (Player)