I've wanted to put my tools in special order but it isn't working. I can't change the names of the tools and they won't move around in different spots. Can anyone help with this problem?
No, dragging the item to the top or right below the "Items" folder won't change it's position.
A good way to organize you inventory is using UIGridLayout. On the properties, you can organize it by name or by number. check it out; https://developer.roblox.com/api-reference/class/UIGridLayout
I've found that placing them in the order you would like (within a folder) changes the order they appear in the Inventory from first placed to last. Also you can always use a script to change which tool enters the backpack first, second, and so on!