Professional Tone - Grammar Corrector

We’ve fixed that again – thanks for bringing it up!

We’re willing to support TextChatService, we’re just waiting for more documentation done by Roblox. Our module relies on the Textbox that is located on the Legacy Chat Service to know what you’re typing!

However, with the new Chat, we can’t access any of its UI elements.

The updated model relies on a local copy of the module, I have a copy but future users might not so I’d recommend you put the ID back in. (Edit: No it has an ID but it never reaches the require because the loader ID variable the line above relies on a local copy).

You may still be on our old version, we’ve verified and we rely on a module ID. it may take a few minutes for Roblox to do its magic!

For a quick fix, replace line 54 on our model script with this:
local module = require(11386737453).ProfessionalTone(Configuration, StaffRanks)

That works but it never reaches that line, I’m referring to Line 53.

53: local LoaderID = game.Workspace.MainModule
54: local module = require(11386737453).ProfessionalTone(Configuration, StaffRanks)

(Edit: I’ve also re inserted it 3 times.)

On the updated version we removed the LoaderID variable. it may take a few minutes for Roblox to store the published version.

I seem to be having some other issues then, could you possibly join me as I’m trying to test this? (Link removed as finished)