Hello! Hope you are having a great day!
I am trying to create a session booking system which would do the following:
-
Allow HRs to book sessions at any date and at every hour. - NEEDS TO SAVE!
-
Displays training times when the HRs booked the session on a GUI.
-
When the time comes for the session, the host has the ability to create a server in the training centre.
To get an idea of what this GUI would look like, please view the image below.
For context, there will be two games. The first game (training hub) would be to view the training times and join the training centre when the server is unlocked and for the HRs to book sessions, and the second game is the actual training centre.
My question to you guys is how would I be able to make the actual booking system; is it something to do with OS.time? How would I make days in the future? (I found a dev forum post and it said about os.time, Iām just confused how to use it for booking.)
Any help is appreciated!