[Request] Instant Drill Script
I'm looking for a script that will cause the thermal drill on bank heists to instantly open the vault. I'm able to teleport inside the vault, but money isn't spawned in until the vault door is open. It would be nice if this would effect other drills, but it's not a primary concern. Any help is appreciated, thanks!
i have this
function TimerGui:_set_jamming_values() return end
function TimerGui:start( timer )
timer = 0.01
if self._jammed then
self:_set_jammed( false )
return
end
if not self._powered then
self:_set_powered( true )
return
end
if self._started then
return
end
self:_start( timer )
if managers.network:session() then
managers.network:session():send_to_peers_synched( "start_timer_gui", self._unit, timer )
end
end
but for me work if im HOST,if someone have a other code that work also when you are not host post here