Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

How do I start making a custom inventory? [closed]

Asked by 10 years ago

Yes I know how to delete the roblox inventory, I just want to know how to start making an one or what do I need to use?

0
STOP DOWN VOTING ITrollYouGamer 5 — 10y

Closed as Not Constructive by Thewsomeguy and evaera

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

2 answers

Log in to vote
1
Answered by 10 years ago

Well, here are the things to consider:

1) Will you continue using the Backpacks? 2) How do you want the inventory to look? 3) Will there be anything specific or special about it?

The most common thing seems to be a grid of thumbnails, and sometimes you are able to scroll through them.

You can create a scrolling gui by making a frame, and setting ClipsDecendants to true. Then, add your grid of images inside, and code some arrows to slide the grid up and down. Don't worry about it going outside the frame, and it lagging up, etc. because it won't.

Also, when you are setting up a grid, most people have trouble making the boxes "hop down" a row.

This is the easiest way I've found to make a grid (in my opinion). Do a for loop to create the buttons, and when setting the position property, use a mathematical algorithms. The one you must use will depend fully on what dimensions you want your grid.

0
When I step on a sword or a tool how do I transport it to the inventory? ITrollYouGamer 5 — 10y
Ad
Log in to vote
-2
Answered by
Kozero 120
10 years ago

To do that you would : A)Be an experienced Lua Programmer B)Understand the concepts and properties of objects in Roblox Studio I would recommend Pighead10's Lua tutorials on YouTube that includes everything from variables to data persistence .Get yourself started today,Trust me it's easier than learning English.