Advertisement
AFFFFF

brick spam

Apr 20th, 2018
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. while wait() do
  2. wait()
  3. local p = Instance.new("Part", workspace)
  4. p.BrickColor = BrickColor.Black()
  5. p.Size = Vector3.new(17,5,1)
  6. wait(0,1)
  7. local p = Instance.new("Part", workspace)
  8. p.BrickColor = BrickColor.Red()
  9. p.Size = Vector3.new(17,5,1)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement