Crafting Script ?

I realy need crafting in my survival game but im not so good at scripting so i don’t know how to make it,and there isn’t any simular script on web.If you have one can you please share it with me ? Or we can change for something from assets store ?

I didn’t watch this but on a quick google search I found this tutorial which will help you more than buying or just sharing code would.

Thanks for sharing but thats not too much usefull for me i need something like minecraft style , anyway thanks! : )

This is a fairly massive thing to ask for. You need to write the blueprints/recipes for everything you have, the actual crafting interface etc. Even just an inventory-based crafting tool is quite a bit of work. There’s no simple one-script solution for what you want :wink:

Start by making something to hold a list of materials the player has. Make a simple GUI that shows what they can make based on the material list. Make a build button to place produced items in the inventory. A good choice for implementation of the items is custom assets: http://80hdgames.com/chris/?p=100

You can use variants of that both for inventory and recipes, and they’re easily editable right in the editor once you’ve made the basic objects. You can have a basic inventory and recipe list in half an hour, and some form of crafting in a couple of hours :slight_smile:

Nice idea ! I’ll try it :slight_smile: It will took more then couple for me because i’m not so good at scripting but anyway i’ll try to make it .

All numbers are ideal. You’ll get that fast or faster eventually.