[FREE][OX] FUNKO POP Items for Ox Inventory

25 Funko Pop Items for OX Inventory!

Use these however you want! Some images are bigger than others, but can easily be resized!

I Hope You Enjoy These Items As Much as I Do! :blush:

(NOTE: This is just images and the items, This DOES NOT include props)

17 Likes

Wow! That’s amazing!

4 Likes

Thank you! It means alot!

1 Like

is just images o.o, i thought was props at least.

2 Likes

yeah, its just images and the items, i will update the post to be more clear on that, very sorry about the confusion!

That looks so cute. :yum:

1 Like

i thought so too :blush: Thank You!

1 Like

This would be even better if it was compatible with qs inventory I have been wanting something like this in my city haha nice work

1 Like

If you want it for others inventory you can simply follow this example

Original

	['funkopika'] = {
		label = 'Pikachu',
		weight = 1,
		stack = true,
		close = false,
	},

Edit for qb (qb-core/shared/items.lua)

    ["funkopika"] = {
        ["name"] = "funkopika",
        ["label"] = "Pikachu",
        ["weight"] = 1,
        ["type"] = "item",
        ['image'] = 'funkopika.png',
        ["unique"] = true,
        ["useable"] = false,
        ["shouldClose"] = false,
        ["combinable"] = nil,
        ["description"] = "Pikachu FUNKO POP"
    },
1 Like

Its useable or only just items?
For example its possible to use it and item like sits on sholder or else?

1 Like

it is just the item, you could make a container in ox called ‘Funko Case’ or something that could hold them, but for them to display you would probably want props and unfortunately im not too educated in that field

1 Like

Thank you for the example, what inventory in your example would this be used for? because i could definitely do that

Is the default QB-inventory

1 Like

Ill work on it tomorrow, thank you!

LOVE IT!!! only thing better would be props. this would be cool as like a toy at like a restuarant :rofl:

1 Like

thank you! i wish i could 3D model but i cant lol, but yeah, you could put these anywhere, i put them into a mystery box and put that into a claw machine at the arcade

2 Likes

Excellent resource :heart_eyes:

1 Like

For those wanting the items list for qb-core, here you go :slight_smile:

I don’t think I made any mistakes, but please look over it carefully to be sure before adding it. My eyes hurt.

QB-Core Items
["funkopika"] = {
    ["name"] = "funkopika",
    ["label"] = "Pikachu",
    ["weight"] = 1500,
    ["type"] = "item",
    ['image'] = 'funkopika.png',
    ["unique"] = true,
    ["useable"] = false,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Pikachu Funko"
},
["funkosquirtle"] = {
    ["name"] = "funkosquirtle",
    ["label"] = "Squirtle",
    ["weight"] = 1500,
    ["type"] = "item",
    ['image'] = 'funkosquirtle.png',
    ["unique"] = true,
    ["useable"] = false,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Squirtle Funko"
},
["funkobulbasaur"] = {
    ["name"] = "funkobulbasaur",
    ["label"] = "Bulbasaur",
    ["weight"] = 1500,
    ["type"] = "item",
    ['image'] = 'funkobulbasaur.png',
    ["unique"] = true,
    ["useable"] = false,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Bulbasaur Funko"
},
["funkoeevee"] = {
    ["name"] = "funkoeevee",
    ["label"] = "Eevee",
    ["weight"] = 1500,
    ["type"] = "item",
    ['image'] = 'funkoeevee.png',
    ["unique"] = true,
    ["useable"] = false,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Eevee Funko"
},
["funkocharizard"] = {
    ["name"] = "funkocharizard",
    ["label"] = "Charizard",
    ["weight"] = 1500,
    ["type"] = "item",
    ['image'] = 'funkocharizard.png',
    ["unique"] = true,
    ["useable"] = false,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Charizard Funko"
},
["funkocharmander"] = {
    ["name"] = "funkocharmander",
    ["label"] = "Charmander",
    ["weight"] = 1500,
    ["type"] = "item",
    ['image'] = 'funkocharmander.png',
    ["unique"] = true,
    ["useable"] = false,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Charmander Funko"
},
["funkomewtwo"] = {
    ["name"] = "funkomewtwo",
    ["label"] = "Mewtwo",
    ["weight"] = 1500,
    ["type"] = "item",
    ['image'] = 'funkomewtwo.png',
    ["unique"] = true,
    ["useable"] = false,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Mewtwo Funko"
},
["funkoponyta"] = {
    ["name"] = "funkoponyta",
    ["label"] = "Ponyta",
    ["weight"] = 1500,
    ["type"] = "item",
    ['image'] = 'funkoponyta.png',
    ["unique"] = true,
    ["useable"] = false,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Ponyta Funko"
},
["funkoflockedvulpix"] = {
    ["name"] = "funkoflockedvulpix",
    ["label"] = "Vulpix",
    ["weight"] = 1500,
    ["type"] = "item",
    ['image'] = 'funkoflockedvulpix.png',
    ["unique"] = true,
    ["useable"] = false,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Vulpix Funko"
},
["funkoriachu"] = {
    ["name"] = "funkoriachu",
    ["label"] = "Riachu",
    ["weight"] = 1500,
    ["type"] = "item",
    ['image'] = 'funkoriachu.png',
    ["unique"] = true,
    ["useable"] = false,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Riachu Funko"
},
["funkom2flockedsdcc"] = {
    ["name"] = "funkom2flockedsdcc",
    ["label"] = "SDCC Mewtwo",
    ["weight"] = 1500,
    ["type"] = "item",
    ['image'] = 'funkom2flockedsdcc.png',
    ["unique"] = true,
    ["useable"] = false,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "SDCC Mewtwo Funko"
},
["funkostitch"] = {
    ["name"] = "funkostitch",
    ["label"] = "Stitch",
    ["weight"] = 1500,
    ["type"] = "item",
    ['image'] = 'funkostitch.png',
    ["unique"] = true,
    ["useable"] = false,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Stitch Funko"
},
["funkoblacklightjack"] = {
    ["name"] = "funkoblacklightjack",
    ["label"] = "Jack Skellington",
    ["weight"] = 1500,
    ["type"] = "item",
    ['image'] = 'funkoblacklightjack.png',
    ["unique"] = true,
    ["useable"] = false,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Jack Skellington Funko"
},
["funkobuzz"] = {
    ["name"] = "funkobuzz",
    ["label"] = "Buzz Lightyear",
    ["weight"] = 1500,
    ["type"] = "item",
    ['image'] = 'funkobuzz.png',
    ["unique"] = true,
    ["useable"] = false,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Buzz Lightyear Funko"
},
["funkosheriffwoody"] = {
    ["name"] = "funkosheriffwoody",
    ["label"] = "Sheriff Woody",
    ["weight"] = 1500,
    ["type"] = "item",
    ['image'] = 'funkosheriffwoody.png',
    ["unique"] = true,
    ["useable"] = false,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Sheriff Woody Funko"
},
["funkojakesully"] = {
    ["name"] = "funkojakesully",
    ["label"] = "Jake Sully",
    ["weight"] = 1500,
    ["type"] = "item",
    ['image'] = 'funkojakesully.png',
    ["unique"] = true,
    ["useable"] = false,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Jake Sully Funko"
},
["funkobuttstallion"] = {
    ["name"] = "funkobuttstallion",
    ["label"] = "Butt Stallion",
    ["weight"] = 1500,
    ["type"] = "item",
    ['image'] = 'funkobuttstallion.png',
    ["unique"] = true,
    ["useable"] = false,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Butt Stallion Funko"
},
["funkotinytina"] = {
    ["name"] = "funkotinytina",
    ["label"] = "Tiny Tina",
    ["weight"] = 1500,
    ["type"] = "item",
    ['image'] = 'funkotinytina.png',
    ["unique"] = true,
    ["useable"] = false,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Tiny Tina Funko"
},
["funkogoku"] = {
    ["name"] = "funkogoku",
    ["label"] = "Goku",
    ["weight"] = 1500,
    ["type"] = "item",
    ['image'] = 'funkogoku.png',
    ["unique"] = true,
    ["useable"] = false,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Goku Funko"
},
["funkovegeta"] = {
    ["name"] = "funkovegeta",
    ["label"] = "Vegeta",
    ["weight"] = 1500,
    ["type"] = "item",
    ['image'] = 'funkovegeta.png',
    ["unique"] = true,
    ["useable"] = false,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Vegeta Funko"
},
["funkopiccolo"] = {
    ["name"] = "funkopiccolo",
    ["label"] = "Piccolo",
    ["weight"] = 1500,
    ["type"] = "item",
    ['image'] = 'funkopiccolo.png',
    ["unique"] = true,
    ["useable"] = false,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Piccolo Funko"
},
["funkonaruto"] = {
    ["name"] = "funkonaruto",
    ["label"] = "Naruto",
    ["weight"] = 1500,
    ["type"] = "item",
    ['image'] = 'funkonaruto.png',
    ["unique"] = true,
    ["useable"] = false,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Naruto Funko"
},

["funkoitachi"] = {
    ["name"] = "funkoitachi",
    ["label"] = "Itachi",
    ["weight"] = 1500,
    ["type"] = "item",
    ['image'] = 'funkoitachi.png',
    ["unique"] = true,
    ["useable"] = false,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Itachi Funko"
},
["funkokakashi"] = {
    ["name"] = "funkokakashi",
    ["label"] = "Kakashi",
    ["weight"] = 1500,
    ["type"] = "item",
    ['image'] = 'funkokakashi.png',
    ["unique"] = true,
    ["useable"] = false,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Kakashi Funko"
},
["funkofreddyfunko"] = {
    ["name"] = "funkofreddyfunko",
    ["label"] = "Freddy Funko as Rick",
    ["weight"] = 1500,
    ["type"] = "item",
    ['image'] = 'funkofreddyfunko.png',
    ["unique"] = true,
    ["useable"] = false,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Glow in the Dark Funko"
},
1 Like

how do i down load this ?

You can download it from the github link provided :+1: