Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

how to check if a sting incules something roblox

local cool_string = "Hi lol"

if cool_string:match("lol") then
    print("yes")
end
Source by devforum.roblox.com #
 
PREVIOUS NEXT
Tagged: #check #sting #incules #roblox
ADD COMMENT
Topic
Name
9+1 =