Merkyrrie Posted May 7, 2025 Share Posted May 7, 2025 (edited) 5 hours ago, Doodle Monster said: I know this isn't a functionality thing; but do you know how I would get it to look like the regular chest? You need an animbank and animbuild line in the widget table to give it a UI. "ui_chest_3x3" is the one used for 9 slot chests. widget = { slotpos = {}, animbank = "ui_chest_3x3", -- Add this line animbuild = "ui_chest_3x3", -- And this line pos = Vector3(0, 200, 0), side_align_tip = 160, }, Edited May 7, 2025 by Merkyrrie missed a couple commas Link to comment https://forums.kleientertainment.com/forums/topic/165584-help-how-to-make-container-only-accept-certain-items/page/2/#findComment-1815370 Share on other sites More sharing options...
Doodle Monster Posted May 7, 2025 Author Share Posted May 7, 2025 Just added it, It works! Thank you for the help! Link to comment https://forums.kleientertainment.com/forums/topic/165584-help-how-to-make-container-only-accept-certain-items/page/2/#findComment-1815373 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now