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?
Added
@67352, thanks for the list of items. Thats what I was looking for
Cancel
Post
I am professional programmer.
I know some lua and TONS of python.
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post