client

Client related functions

client.gui_name

client.gui_name(): string

Returns the name of the gui the player is in right now

client.time

client.time(): number

Returns the system time in milliseconds

client.config

client.config(): string

Returns the current config name

client.print

client.print(chat_message)

Prints the desired message in chat

client.title

client.title(): string

Returns the current title that is showing up on the screen.

client.subtitle

client.subtitle(): string

Returns the current title that is showing up on the screen.

client.chest_name

client.chest_name(): string

Returns the current chest display name.

client.fps

client.fps(): number

Returns the FPS the game is running at the moment

Last updated