Advertisement
sammie287

GetComponent.lua

Aug 16th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.08 KB | None | 0 0
  1. local component = require("component")
  2. for k,v in component.list() do print(k,v) end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement