client
Client related functions
client.gui_name
client.gui_name(): stringReturns the name of the gui the player is in right now
client.time
client.time(): numberReturns the system time in milliseconds
client.config
client.config(): stringReturns the current config name
client.print
client.print(chat_message)Argument
Type
Description
chat_message
String
Message
Prints the desired message in chat
client.title
Returns the current title that is showing up on the screen.
client.subtitle
Returns the current title that is showing up on the screen.
client.chest_name
Returns the current chest display name.
client.fps
Returns the FPS the game is running at the moment
Last updated
Was this helpful?