Forum > Scripts >

[Code Question] What else does this code allow?

Posts: 13

Threads: 4

Joined: Oct, 2022

Reputation: 0

Posted

I have found this piece of code:

local Prison_ITEMS = game:GetService('Workspace')["Prison_ITEMS"].single

Prison_ITEMS.ChildAdded:Connect(function() -- Detect when a new gun has been added.
     game.Workspace.Remote.ItemHandler:InvokeServer(Prison_ITEMS["Key card"].ITEMPICKUP)
end)

From what I understand, there are multiple item objectes that can be called. 

 

So theoretically, would I be able to get any item using this code?

 

And if I can, how would I find all the possible items?

  • 0

Added

@67352, thanks for the list of items. Thats what I was looking for

  • 0

I am professional programmer.

I know some lua and TONS of python.

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )