Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made by justsomev3rmie @ v3rmillion.net (discord: EnchantedCat#9738)
- -- this is so short and easy. it actually disgusts me. come on spotco you can do better
- local newcclosure = newcclosure or function(F) return F end;
- for Idx, Val in next, debug.getregistry'' do
- if (type(Val) == 'function' and debug.getupvalues(Val)['_enum_validator']) then
- rawset(debug.getupvalues(Val)['_enum_validator'], 'validate_enum', newcclosure(function()
- return true;
- end));
- break;
- end;
- end;
- local NoteResult = require(game:GetService'ReplicatedStorage'.Shared.NoteResult);
- local Number = 3;
- -- 0 = Miss;
- -- 1 = Okay;
- -- 2 = Great;
- -- 3 = Perfect;
- NoteResult.Miss = Number;
- NoteResult.Okay = Number;
- NoteResult.Great = Number;
- NoteResult.Perfect = Number;
Add Comment
Please, Sign In to add comment