Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Ah, I see you must've been using web-hooks to see this.
- -- This just shows the changelog in settings. I'll update it when I need to.
- Changelog = {"4/25/19: Update, added: Save File","4/25/19: Added Changeable Changelog"}
- for i,v in pairs(Changelog) do
- local Gui = game.CoreGui.Executor
- local Settings = Gui.Settings
- local Clone = Settings.Template:Clone()
- Clone.Text = v
- Clone.Parent = Settings.Changelog
- end
Add Comment
Please, Sign In to add comment