MADE BY AlphaReturns
FEATURE:
- USE ONE WORD FOR YOUR SENTENCE
- .
- the script just replaces spaces with a random whitespace character so the game just thinks its one big word
GAME LINK:
LIMITED WORDS
SCRIPT:
getgenv().text = "text here"
local final_text
final_text = text:gsub(" ", " ")
local args = {
[1] = final_text,
[2] = "All"
}
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))