saveLog.lua (638 Bytes)
This simple plugin which can save your output log as lua.log .
How to use?
Pretty simple, First step, put this saveLog.lua on your roblox plugins folder.
Then you should see this.
Click it, this should appear.
Press “Save” to save the log.
Now, enjoy your log file.
Feedback appreciated.
8 Likes
Would this work on a truck model for example? Or only on games?
syntaqs
(syntax)
#3
No, this only saves your output logs.
1 Like
You misunderstood this plugin, this plugin allows youto save your output log easily, without needing to copy paste.
1 Like
Why are you saving it as a .lua file instead of a .log file
Due to roblox limitations, I only can choose from .lua, .rbxm, .rbxmx
So it will work with anything that has scripts?
syntaqs
(syntax)
#8
No, it only saves the output log. It doesn’t save scripts.
Please, read what it does, do you know your output window at the bottom? and how it has text? It saves that.
Can you DM me a demonstration video please? I dont understand what you mean.
I cant send a video , but i will just explain it
Lets say, i type “print(“hi”)” in the command bar. It prints hi right? If we click this plugin button, the file will save as :
> print("hi")
hi
Now do you understand?
I kind of understand how it works now
1 Like
how do you choose from the different file types?
commitblue
(commitblue)
#15
You can’t. You can just change the file extension afterwards but due to roblox limitations i cannot do it directly