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 =...
I wanted to make a Lua Script for My Submission, but there isn't any functions that work with Ring Racers, as some were from SRB2 and SRB2Kart worked fine. And some, didn't work. And I wanted to make this thread because I wanted to know just incase if there working on a section for that, just...
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.