Advertisement
VoidScript

hm

May 21st, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. --[[
  2. Objects Skipped: 1
  3. Model: 1
  4. --]]
  5.  
  6. function CreateObject(b,c)local d=Instance.new(b)
  7. for e,f in pairs(c)do d[f[1]]=f[2]end;return d end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement