game
Functions to get information from the game.
var game -> instance
The datamodel of roblox.
var nil_instance -> instance
A instance with no stored data.
void get_placeid() -> string
Gets the game placeid.
void get_gameid() -> string
Gets the gameid session.
void get_jobid() -> string
Gets the jobid session.
void get_ping() -> float
Gets current ping in the game.
void get_memory() -> float
Gets current memory usage from roblox.
void get_cpu() -> float
Gets current gpu usage from roblox.
void get_gpu() -> float
Gets current gpu usage from roblox.
void get_fps() -> float
Gets frames per second from roblox.
void get_players() -> table
Gets the table of the current players in the game.
void get_characters() -> table
Gets the table of the current characters in the game.
void get_screen_size() -> vector2
Returns the display size of roblox.
Example returns { 1920, 1080 }
void refresh_roblox() -> void
Refreshes the software, Only suppose to be using when rejoining a new game.
Example
Last updated