LeAndre
LeAndre
> Text needs to be filtered Alright got ya
Mobile github isn’t working for me right now so I’ll just let ya edit it.
_ is correct because they use _ instead of context Sent from my iPad > On Aug 12, 2025, at 4:32 AM, Render ***@***.***> wrote: > > > >...
You can put whatever you want there it doesn’t have to be "context"
matt said i should use textservice but it seems like it doesn't work globally.. or if the player left the server when it was triggered
> Might be better to compare the original reason with the filtered reason to see if the message was filtered. What if someone incudes "#" in their original reason? I...
> ```lua > if input.KeyCode == Enum.KeyCode.Escape then > if self:IsVisible() then > self:Hide() > task.wait() > Entry.TextBox:ReleaseFocus() > end > return > end > ``` escape is not a...