iconvar
Functions
FindVar
local sv_cheats = IConVar.FindVar("sv_cheats")ConsolePrintf
IConVar.ConsolePrintf("text to print")ConsoleColorPrintf
Last updated
Was this helpful?
local sv_cheats = IConVar.FindVar("sv_cheats")IConVar.ConsolePrintf("text to print")Last updated
Was this helpful?
Was this helpful?
IConVar.ConsoleColorPrintf(Color.new(0, 255, 255), "text to print")