Skip to content

RhythmService v1.1.0

Latest
Compare
Choose a tag to compare
@Christian-Toney Christian-Toney released this 30 Mar 20:33
· 3 commits to main since this release
6025525
  • Move the Stopwatch and Sound properties to the RhythmService table
  • Add long (holding) note support
    • Add new optional noHold parameter to :CheckRhythm
    • Tables can now be stored using :SetKeys
      • for example, RhythmService:SetKeys({0.5, {1, 2}}) will create a key at the 0.5-second mark and follow your tolerance definitions normally. this will also create a normal key at the 1-second mark but it will be continuously measured until the 2-second mark (accounting for your tolerance definitions) or when the stopwatch ends. a code example can be found here
    • change :ToggleKey's keepPosition parameter type to boolean