Skip to content

Releases: Beastslash/Roblox-RhythmService

RhythmService v1.1.0

30 Mar 20:33
6025525
Compare
Choose a tag to compare
  • 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

RhythmService v1.0.2

28 Mar 20:58
4c53672
Compare
Choose a tag to compare

@Ewanophobia: Use type checks instead of assert checks

RhythmService v1.0.1

28 Mar 20:12
d389c85
Compare
Choose a tag to compare
  • Using the :ResetKeys method without passing a table will erase the current keys
  • Using :StartStopwatch will reset the current key position
  • :CheckRhythm and :StartStopwatch will error if there are no keys

RhythmService v1.0.0

28 Mar 20:03
269a425
Compare
Choose a tag to compare
Update README.md