Scriptorz5

robeats

Jun 13th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. -- Made by justsomev3rmie @ v3rmillion.net (discord: EnchantedCat#9738)
  2. -- this is so short and easy. it actually disgusts me. come on spotco you can do better
  3.  
  4. local NoteResult = require(game:GetService'ReplicatedStorage'.Shared.NoteResult);
  5. local Number = 3;
  6. -- 0 = Miss;
  7. -- 1 = Okay;
  8. -- 2 = Great;
  9. -- 3 = Perfect;
  10.  
  11. NoteResult.Miss = Number;
  12. NoteResult.Okay = Number;
  13. NoteResult.Great = Number;
  14. NoteResult.Perfect = Number;
Add Comment
Please, Sign In to add comment