Results: 2Comments by: amggotleir
File: NugRunning11-30-19
Hey, is there a possibility to hide...
Posted By: amggotleir
Hey, is there a possibility to hide the black border around the timers somehow? You can skin them like that hooksecurefunc(NugRunning, 'ActivateTimer', function(self, w, h) for _, timer in pairs(self.timers) do if not timer.isSkinned then timer:SetBackdrop(nil) timer.isSkinned = true end end end) You c...
File: NugRunning11-30-19
Hey, is there a possibility to hide...
Posted By: amggotleir
Hey, is there a possibility to hide the black border around the timers somehow?