Dev

Dev is not creatable, there's only one instance of it. It can only be accessed through its globally exposed variable.

Dev contains handy functions and attributes for developers.

Functions

Takes a screenshot and sets it as a thumbnail for the game.

Client.Action3 = function()
    Dev:SetGameThumbnail()
end

Properties

Displays Shapes' bounding boxes when set to true. (false by default)

Displays collision boxes when set to true. (false by default)

Displays a framerate counter when set to true. (false by default)