Advertisement
scripter99793

funky friday

May 9th, 2021
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.40 KB | None | 0 0
  1. shared.Settings = {
  2.    Autoplay = true, -- is the autoplayer is enabled
  3.    ReleaseDelay = 1, -- time to wait before releasing the note (in ms)
  4.  
  5.    Percentages = { -- accuracy percentages
  6.        ["Sick"] = 1000000000,
  7.        ["Good"] = 0,
  8.        ["Ok"] = 0,
  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