Created by shib#9575
Features:
- AUTO GRAMMAR V2
- automatically correct your grammar in chat.
- DEV NOTES:
- this doesnt use an api i wrote it all in lua
shared.CustomCorrections = {
["examplething12"] = "hello" -- if you say "examplething12" it will become hello
}
loadstring(game:HttpGet("https://raw.githubusercontent.com/eosuwu/boblox/main/autogremer.lua"))()
ENJOY!