userplayer

Functions to get property information from players.

instance is_friend() -> bool

Checks if player is added in the friend table in the software.

instance get_team() -> instance

Gets players team.

instance display_name -> string

Gets the players display name.

instance local_player -> instance

Gets local player.

instance userid -> string

Gets players user id from roblox.

instance character -> instance

Gets the character of player.

instance get_camera_max_dist() -> float

Gets camera max distance.

instance set_camera_max_dist(float) -> void

Sets camera max distance.

instance get_camera_min_dist() -> float

Gets camera min distance.

instance set_camera_min_dist(float) -> void

Sets camera min distance.

Example

Last updated