Releases: Beastslash/Roblox-RhythmService
Releases · Beastslash/Roblox-RhythmService
RhythmService v1.1.0
- Move the
Stopwatch
andSound
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
- for example,
- change
:ToggleKey
'skeepPosition
parameter type toboolean
- Add new optional
RhythmService v1.0.2
@Ewanophobia: Use type checks instead of assert checks
RhythmService v1.0.1
- 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
Update README.md