Comment vérifier si une piqûre incombe à quelque chose Roblox

local cool_string = "Hi lol"

if cool_string:match("lol") then
    print("yes")
end
Cool Coder 123