Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local component = require("component")
- local hologram = component.hologram
- hologram.setScale(3)
- function bb(a, b, c, m)
- local high = b
- while high >= m do
- hologram.set(a, high, c, true)
- high = high - 1
- end
- end
- --First colones
- bb(22, 21, 1, 2)
- bb(23, 21, 1, 2)
- bb(21, 21, 2, 2)
- bb(22, 22, 2, 1)
- bb(23, 22, 2, 1)
- bb(24, 21, 2, 2)
- bb(21, 21, 3, 2)
- bb(22, 22, 3, 1)
- bb(23, 22, 3, 1)
- bb(24, 21, 3, 2)
- bb(21, 21, 4, 20)
- bb(21, 3, 4, 2)
- bb(22, 22, 4, 1)
- bb(23, 22, 4, 1)
- bb(24, 21, 4, 20)
- bb(24, 3, 4, 2)
- bb(21, 21, 5, 20)
- bb(21, 3, 5, 2)
- bb(22, 22, 5, 21)
- bb(23, 22, 5, 21)
- bb(24, 21, 5, 20)
- bb(24, 3, 5, 2)
- bb(21, 21, 6, 20)
- bb(21, 3, 6, 2)
- bb(22, 22, 6, 21)
- bb(23, 22, 6, 21)
- bb(24, 21, 6, 20)
- bb(24, 3, 6, 2)
- bb(22, 10, 6, 9)
- bb(23, 10, 6, 9)
- bb(21, 21, 7, 20)
- bb(21, 3, 7, 2)
Add Comment
Please, Sign In to add comment