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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.