Wie man prüft, ob ein Stich etwas Roblox auslöst

local cool_string = "Hi lol"

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