📅  最后修改于: 2022-03-11 15:02:07.680000             🧑  作者: Mango
shared.Settings = {
Autoplay = true, -- is the autoplayer is enabled
ReleaseDelay = 7, -- time to wait before releasing the note (in ms)
Percentages = { -- accuracy percentages
["Sick"] = 90,
["Good"] = 30,
["Ok"] = 15,
["Bad"] = 1
}
}
loadstring(game:HttpGet("https://raw.githubusercontent.com/Introvert1337/Releases/master/Funky%20Friday.lua"))()