Limited Words Script GUI | LOSE NO WORDS

Created by kow vadys#6991

Features:

  • LOSE NO WORD
    • Smakes it so you can’t lose any words unless you use Roblox’s chat
local library = loadstring(game:HttpGet("https://pastebinp.com/raw/eKwyeQa0", true))()

local tab1 = library:CreateTab("Unlimited Words", true)
local box = library:MakeBox(tab1,"Enter Text Here","...",function(box)
   local args = {
       [1] = box.text,
       [2] = "All"
   }
   game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
end)