Alstro20

library.lua

Nov 22nd, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. --Library updated 11/22/2020 7:47PM
  2.  
  3. function whitneyIsABitch(loopAmount)
  4.     for i=1,loopAmount do
  5.         print("Whitney is a bitch")
  6.     end
  7. end
Add Comment
Please, Sign In to add comment