Hey there DevForum!
I wanted to share a super basic plugin I made a long time ago. I only recently found out other people would use this when sharing it with a few of my friends, and was urged to post about it.
A solid 11 lines of code (very complex, I know).
What does this do?
When you create a new script, instead of being met with everyone’s favorite print("Hello world!"), you’re met with this (see image below), just with your name instead of mine, and it actually updates to whatever year it is.
It also replaces the default ModuleScript source with this (once again, see image below)!
How to use?
All you have to do is install the plugin by clicking here!
When enabled, any new scripts will be magically replaced!
Source
Here’s the source, in-case you want to replace new scripts with something different. Plugin.lua (890 Bytes)
A major flaw this plugin will have is whenever you clone any script will data already on it, it will automatically change it to one of the “presets”. Any ideas how to get around this?