Skip to main content

Set Clipboard

setclipboard, setrbxclipboard, set_clipboard, copystring
This does not set the content to the real clipboard, only in Roblox.
Sets the content to the rbx clipboard.

Get Clipboard

getclipboard, getrbxclipboard, get_clipboard
This does not get the content of the real clipboard, only in Roblox.
Gets the content of the clipboard and returns it.

Is Key Down

iskeydown, is_key_down
Returns a boolean indicating the condition of the KeyCode.

Set Fps Cap

setfpscap, set_fps_cap
Sets the Roblox fps cap to the given NewCap, giving 0 will set the cap to inf.

Get Fps Cap

getfpscap, get_fps_cap
Returns the Roblox fps cap.

Is Rbx Active

isrbxactive, isgameactive, validfgwindow
Returns a boolean indicating the condition of the Roblox window focus condition.

Get Screen Resolution

getscreenres, get_screen_res, getscreenresolution, get_screen_resolution
Returns the Roblox screen resolution.