Portal 1 Vital Apparatus Vent E2 (Expression 2) "The vital apparatus vent will deliver a weighted companion cube in 3... 2... 1..." -GLaDOS Portal 1 So one day me and my friend were playing Garry's mod together and they wanted to create a Portal 1 floor button (Another blog will talk about the portal 1 floor button I made) so I made one and I also decided to create This! The Vital Apparatus Vent! How I Made It So the functionality is it can drop 1 weighted storage cube (or a million if you hold the input) when you give it an input. The dropper itself has no collision at least the the trap door doesn't so the cube on the top is a hologram that gets hidden once a cube is dropped so it looks like its falling out! The Code: Copy and Paste Code: @name P1 cube dropper @inputs Drop @persist Dropped A @model models/props/box_dropper.mdl if (first()|dupefinished()) { holoCreate(1) holoModel(1,"models/props/box_dropper_cover.mdl") holoParent(1,entity()) ...