As a scripter myself, I always add comments to my scripts to keep it organized. But having to type the same comments over and over again everytime I create a new script is frustrating. So I have decided to make a plugin that automatically adds comments for you everytime you create a new script. (The UI I made for this plugin may be limited to just dark theme in roblox studio, I’ll make it supports light theme later on)
if you use any sort of ai, you’ll most likely have an api key. you can’t hide the key in the source code because i don’t think they have access to the secrets feature. you can get around this by hosting a server and sending it requests though.
also, if you do this, i suggest doing it like this:
--[[
This function prints "Hello world!" to the output.
]]
local function a(): ()
print("Hello world!")
end
pretty sure there’s going to be an upcoming feature where the comment block directly above a function will be useful.