Create a system that you can order food and it appears in a kitchen

I am trying to make a system where for example a waiter places an order and then it appears on a board in the kicthen for the chefs to be able to see. It would also be good if it could also show who it was in terms of the waiter who placed the order.

I really don’t know where to start with creating a system like this as I have very limited scripting knowledge and i was wondering if anyone could help me with creating such a system.

Thank you in advance!

2 Likes

The waiter will need some sort of user interface in order to place these orders onto the board. You could use some sort of GUI or Button or whatever you want. If you are using a GUI, then after the waiter clicks on whatever is needed to place an order, fire an Event to the server telling the server to put your order on a board. Do proper validation, yadada.

2 Likes

I really don’t know how to script so even with that description i wouldn’t know how to do it. But thank you for explaining how I would achieve it.

1 Like

There are a bunch of useful resources in #resources:community-resources for beginner scripters. Additionally, while I think it’ll be more valuable for you to learn in the long-term (if you plan on doing a lot of scripting), you could always look for another person to work with in #collaboration!

1 Like

Well, here is an tutorial of your subject.

Link: https://youtu.be/BQtYmFQr1pc

1 Like