Advertisement
EmeraldIT

a

Jun 22nd, 2020
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. local plr = owner
  2. local bac = plr.Backpack
  3. local gui = nil
  4. local pgui = plr.PlayerGui
  5. local make = function(typ, parent, props)
  6. local obj = Instance.new(typ)
  7. if props then
  8. for i, v in pairs(props) do
  9. obj[i] = v
  10. end
  11. end
  12. obj.Parent = parent
  13. return obj
  14. end
  15.  
  16. local maxlines = 30
  17. local entries = {}
  18.  
  19. gui = make("ScreenGui", pgui, {Name = "Story"})
  20. local gui b
  21.  
  22. --[[entry thing: "long ago there was skid in skid land and he was using banisher, a lot of his friends had "better rares": "rainbow infinite", "star banish", "banish switcher"... Once the skid though: "Why cant i make scripts myself using knowledge from banisher?"... When he told his friends his idea everyone were angry on him, they hated him, kicked him, banished him... When skid started making scripts, he was doing them better and better every day... So the new scripter apeard... in he's future advetures he has alot of scripting to do!"]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement