thatpastebinner

FUNKY FRIDAY AUTOPLAY

Apr 19th, 2021
9,046
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.39 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"] = 100,
  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