Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Levels[5] = SinglePlayerLevel.new({
- name = "Temple Staircase by epic524",
- entry = Vector3.new(7,1,10),
- awaitOutcome = commonWinConditions.allSpecifiedBlocksTouched,
- gameplayOptions = {
- blocksToRemove = { property = "BrickColor", value = BrickColors.Green }
- },
- instructions = "Touch the green blocks",
- blockPropertyOverrides = {
- {
- blockPositions = {
- Vector3.new(07,1,04),
- Vector3.new(07,1,05),
- Vector3.new(07,1,09),
- Vector3.new(07,2,06),
- Vector3.new(07,2,07),
- Vector3.new(07,2,08),
- Vector3.new(05,2,04),
- Vector3.new(06,2,04),
- Vector3.new(03,3,04),
- Vector3.new(07,3,07),
- Vector3.new(07,4,01),
- },
- overrides = { BrickColor = BrickColors.Green }
- },
- },
- map = {
- {
- {0,0,0,0,0,0,0,0,0,0,0},
- {0,0,0,0,0,0,0,0,0,0,0},
- {0,0,0,1,0,0,0,0,0,0,0},
- {0,0,0,0,0,0,0,0,0,0,0},
- {0,0,0,1,0,0,0,0,0,0,0},
- {0,0,0,0,0,0,0,0,0,0,0},
- {0,0,0,0,0,1,1,1,0,0,0},
- {0,0,0,0,0,0,0,0,0,0,0},
- {0,0,0,0,0,0,0,0,0,0,0},
- {0,0,0,0,0,0,0,0,0,0,0},
- {0,0,0,0,0,0,0,0,0,0,0},
- },
- {
- {0,0,0,0,0,0,0,0,0,0,0},
- {0,0,0,0,0,0,0,0,0,0,0},
- {0,0,0,1,1,0,0,0,0,0,0},
- {0,0,0,1,0,0,0,0,0,0,0},
- {0,0,0,1,1,0,0,0,0,0,0},
- {0,0,0,0,0,1,0,1,0,0,0},
- {0,0,0,0,0,1,1,1,0,0,0},
- {0,0,0,0,0,1,0,1,0,0,0},
- {0,0,0,0,0,0,0,0,0,0,0},
- {0,0,0,0,0,0,0,0,0,0,0},
- {0,0,0,0,0,0,0,0,0,0,0},
- },
- {
- {0,0,0,0,0,0,0,0,0,0,0},
- {0,0,0,0,0,0,0,0,0,0,0},
- {0,0,0,1,1,1,1,1,0,0,0},
- {0,0,0,1,1,1,0,1,0,0,0},
- {0,0,0,1,1,1,0,1,0,0,0},
- {0,0,0,0,0,1,1,1,0,0,0},
- {0,0,0,0,0,1,1,1,0,0,0},
- {0,0,0,0,0,1,1,1,0,0,0},
- {0,0,0,0,0,1,0,1,0,0,0},
- {0,0,0,0,0,0,0,0,0,0,0},
- {0,0,0,0,0,0,0,0,0,0,0},
- },
- {
- {0,0,0,0,0,0,0,0,0,0,0},
- {0,0,0,0,0,0,0,0,0,0,0},
- {0,0,0,1,1,1,1,1,0,0,0},
- {0,0,0,1,1,1,1,1,0,0,0},
- {0,0,0,1,1,1,1,1,0,0,0},
- {0,0,0,0,0,1,1,1,0,0,0},
- {0,0,0,0,0,1,1,1,0,0,0},
- {0,0,0,0,0,1,1,1,0,0,0},
- {0,0,0,0,0,1,1,1,0,0,0},
- {0,0,0,0,0,1,1,1,0,0,0},
- {0,0,0,0,0,0,0,0,0,0,0},
- },
- }
- })
Add Comment
Please, Sign In to add comment