wait

  1. Average

    [Open Assets] Wait! 1

    A custom wait function In srb2! If you're too lazy to manually make a timer and decrease it every second, you can use this custom wait function local function Wait(seconds) local totalTics = seconds * TICRATE local currentTic = 0 return function() currentTic =...
Back
Top