Limited Words Script | USE ONE WORD

Created by AlphaReturns

Features:

  • USE ONE WORD
  • DEV NOTES:
  • the script just replaces spaces with a random whitespace character so the game just thinks its one big word
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))

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS