ToxicWHOMakesGUIS

Changelog

Apr 25th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. -- Ah, I see you must've been using web-hooks to see this.
  2.  
  3. -- This just shows the changelog in settings. I'll update it when I need to.
  4.  
  5. Changelog = {"4/25/19: Update, added: Save File","4/25/19: Added Changeable Changelog"}
  6.  
  7. for i,v in pairs(Changelog) do
  8. local Gui = game.CoreGui.Executor
  9. local Settings = Gui.Settings
  10.  
  11. local Clone = Settings.Template:Clone()
  12. Clone.Text = v
  13. Clone.Parent = Settings.Changelog
  14. end
Add Comment
Please, Sign In to add comment