add player to state
This commit is contained in:
parent
8e79027911
commit
50fe652001
2 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,7 @@ const ClientState = new clientState()
|
|||
|
||||
const player = Players.LocalPlayer
|
||||
ClientState.character = (player.Character || player.CharacterAdded.Wait()[0]) as CharacterRigR6
|
||||
ClientState.player = player
|
||||
|
||||
setEnvironment(HOST)
|
||||
start(HOST, ClientState)
|
Loading…
Add table
Add a link
Reference in a new issue