CMDInterface API

newMsg

Creates a new message.

cmdInterface:newMsg(msg: string, color: Color3?)

clear

Clears the cmd.

cmdInterface:clear()

setFont

Sets the font to the given font.

cmdInterface:setFont(font: EnumItem)

getFont

Gets the current font.

cmdInterface:getFont()

setBackgroundColor

Sets the background color.

cmdInterface:setBackgroundColor(color: Color3)

getBackgroundColor

Gives the current background color.

cmdInterface:getBackgroundColor()

useStudioBackgroundColor

Sets the background to the studios MainBackground color (changes when style changes).

cmdInterface:useStudioBackgroundColor

Last updated