shared.Settings = { Autoplay = true, -- is the autoplayer is enabled ReleaseDelay = 7, -- time to wait before releasing the note (in ms) Percentages = { -- accuracy percentages ["Sick"] = 60, ["Good"] = 30, ["Ok"] = 10, ["Bad"] = 0 } } loadstring(game:HttpGet("https://raw.githubusercontent.com/Introvert1337/Releases/master/Funky%20Friday.lua"))()