Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local plr = owner
- local bac = plr.Backpack
- local gui = nil
- local pgui = plr.PlayerGui
- local make = function(typ, parent, props)
- local obj = Instance.new(typ)
- if props then
- for i, v in pairs(props) do
- obj[i] = v
- end
- end
- obj.Parent = parent
- return obj
- end
- local maxlines = 30
- local entries = {}
- gui = make("ScreenGui", pgui, {Name = "Story"})
- local gui b
- --[[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