Logs in vRP Dunko

How can I make logs in the form of .txt type if I use vRP Dunko

I know there is something with vrp.log

I’d suggest logging to a discord channel via webhook over a text file, but that’s just my personal opinion.

But what you’re looking for is io.write()

Here is more information on how to read and write files in lua:

Yep, Thanks.