Как проверить, заставляет ли укус что -то roblox
local cool_string = "Hi lol"
if cool_string:match("lol") then
print("yes")
end
Cool Coder 123
local cool_string = "Hi lol"
if cool_string:match("lol") then
print("yes")
end