Advertisement
RyanDaCoder

script

Mar 23rd, 2019
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. wait()
  2. local str = ("Hello World!")
  3. str = str.lower(str)
  4. if str:find('hello') then
  5. print('Found Hello!')
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement