Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/userandaname/unfiltered
A Roblox game which bypasses their chat-filters LMAO
https://github.com/userandaname/unfiltered
Last synced: about 1 month ago
JSON representation
A Roblox game which bypasses their chat-filters LMAO
- Host: GitHub
- URL: https://github.com/userandaname/unfiltered
- Owner: userandaname
- License: mit
- Created: 2024-11-30T23:59:10.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-01T00:10:42.000Z (about 2 months ago)
- Last Synced: 2024-12-01T01:17:58.831Z (about 2 months ago)
- Language: Lua
- Size: 1.82 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unfiltered
unfiltered is a Roblox game that bypasses Roblox's chat filters, allowing players to send messages without any restrictions on what they can say.
"It's all for science, I swear!"## Notice
> [!WARNING]
> Using this as part of your game WILL get you and your game banned.
> Don't ask me how I know. Continue with caution.## Features
- Bypasses Roblox chat filters (obviously!)
- Requires LegacyChatService to be enabled to function :(
- Displays messages in the chat window and via bubble chat## Installation
1. Clone or download this repository to your local machine.
2. Open Roblox Studio and load your game.
3. In the Explorer panel, navigate to `ReplicatedStorage` and create a new `Folder` named `Events`.
4. Inside the `Events` folder, create a new `RemoteEvent` named `ChatEvent`.
5. Copy the contents of the `src` folder from this repository to the corresponding locations in your Roblox game:
- `src/ServerScriptService/serverChat.lua` to `ServerScriptService/serverChat`
- `src/StarterPlayer/StarterPlayerScripts/localChat.lua` to `StarterPlayer/StarterPlayerScripts/localChat`## Usage
1. When a player joins the game, the `serverChat.lua` script will listen for their chat messages.
2. The message will be sent to all players using the `ChatEvent` RemoteEvent.
3. The `localChat.lua` script will handle displaying the message in the chat window and as a system message, while also deleting the designated frame from their message, bypassing Roblox's filters, making it seem like you sent the message!## Contributing
Feel free to submit issues or pull requests if you have any improvements or bug fixes.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.