functions

  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 =...
  2. Sls64LGamingBro

    Will There be DRRR data for Ring Racers?

    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...
Back
Top