Feature 1: Floor color - there is a scale that the user can use to move the scale either left or right and this changes the color of the floor to either red or blue. The scale is automatically set to be in the center with a neutral color.

User interacts with the Floor Slider - If slider is dragged left then floor color is changed to blue - if slider is dragged right then floor color is changed to red


Feature 2: Remove Humanoid Checkbox - On the bottom right, there is a checkbox that when the user checks, it vanishes/disappears the original humanoid that is spawned on the screen. User can check or uncheck this box. It is unchecked by default.

User left clicks on DisappearOriginal checkbox - If checked, the original humanoid prefab is invisible - if unchecked/checked again then the prefab returns on the screen.

Feature 3: Game Start Clock Time - On the top left there is a Time that is initialized when the user starts the game. This clock is different from what we worked on in class because it is meant to show the time of when the game has started.

The current time is grabbed/initialized - then it is converted and formatted to hours, minutes and seconds - and the output would show up on the screen of the moment the game started.

Feature 4: Add Minute Button - Right below the Start Time, there is a button where the user can add a minute to the time of when the game started. This uses a math function and adds a minute everytime the button is clicked.

The user clicks on the Add minute Button - If clicked, the minute of the game time will move up by 1 minute - the minute timer is moved up everytime the button is clicked.