Advertisement
JacobRoblox

Untitled

Apr 6th, 2021
28,640
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. shared.Settings = {
  2. Autoplay = true, -- is the autoplayer is enabled
  3. ReleaseDelay = 7, -- time to wait before releasing the note (in ms)
  4.  
  5. Percentages = { -- accuracy percentages
  6. ["Sick"] = 50,
  7. ["Good"] = 35,
  8. ["Ok"] = 15,
  9. ["Bad"] = 0
  10. }
  11. }
  12.  
  13. loadstring(game:HttpGet("https://raw.githubusercontent.com/Introvert1337/Releases/master/Funky%20Friday.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement