roblox lua exploiting rconsole

Step 1: Import the rconsole library into your Lua script using the require function. Step 2: Use the rconsole.SetTitle function to set the title of the console window. Step 3: Utilize the rconsole.SetSize function to set the size of the console window. Step 4: Use the rconsole.SetColor function to set the color of the console text. Step 5: Utilize the rconsole.Print function to print text to the console window.