Mansyr Hilmi
Мастер
(2489)
2 месяца назад
plr.Chatted:Connect(function(msg)
local word = plr.Word.Value
local a = msg:lower():gsub("^%s*(.-)%s*$", "%1") -- Удаление пробелов
local b = word:lower():gsub("^%s*(.-)%s*$", "%1") -- Удаление пробелов
if a == b then
print("Error")
end
end)