Inherits: Instance

Description

A sandboxed version of Player and includes additional functions in Revive Engine’s PlayerClass.

Properties

Type Key Default Value
string ClassName Signal
string Name Signal
number UserId 0

Methods

Return Type Name
CFrame GetCFrame ()
nil SetCFrame (cframe: CFrame)

Property Descriptions

number UserId = 0

  • UserId is the player’s UserId.


Method Descriptions

cframe GetCFrame()

  • Get the current CFrame of player character.

nil SetCFrame(cframe: CFrame)

  • Set the current CFrame of player character.