Advertisement
HiDad910

hopethisworks

Jul 25th, 2020 (edited)
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. _G.key = "j"
  2.  
  3. if _G.key == "j" then
  4.  
  5. print("hi")
  6.  
  7. else do
  8.  
  9. while true do end
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement