Skip to content

Instantly share code, notes, and snippets.

@lifesfun
lifesfun / Lift.lua
Last active August 29, 2015 14:06
lerklift
Lift = {
Interval = 0.5,
OnSound = "alien_vision_on",
OffSound = "alien_vision_off",
Offset = Vector( 0 , 2.8 , 0 ),
Tolerance = 0.28
}
function Lift:CanBeUsed( player )