Answers for "how to check if a sting incules something roblox"

Lua
1

how to check if a sting incules something roblox

local cool_string = "Hi lol"

if cool_string:match("lol") then
    print("yes")
end
Posted by: Guest on February-08-2021

Code answers related to "how to check if a sting incules something roblox"

Browse Popular Code Answers by Language