Possible to write data to text file?

Hello, I’m fairly new to Babylon so this might be a naive question: I’m wondering if there is a way to collect data (values from a slider GUI component) and write it to an external text file. My current idea is to use a JS script with this functionality and integrate it somehow with my Babylon playground, but I’m not sure if this would work.

Thanks in advance!

You can do anything you want in a playground that you can do with Javascript. So writing to a text file is indeed possible.