Lauren's Portfolio

Hi, My name is Lauren Arreola! A Grade 10 student at Garden City Collegiate in Winnipeg, Manitoba. I have been doing Game Development as a hobby for 3 years, notably on a platform called ROBLOX. Ever since playing ROBLOX games at such a young age, I have been motivated to create some of my own. Here are some stuff that I have made :)

Binder class

When the Tag of a class and the class itself gets passed through its constructor and then binded (Hence the name Binder) It will listen for any newly parts or objects with the same Tag given through its constructor and initialize the class with the newly added part or object

Pressure Plate class

This class handles the functionality of a pressure plate. Every single frame before physics simulation, it will check if an object with the Tag "Moveable" has touched the plate and if it does it will change it's state, and fire a signal.

Door class

The Door class goes hand in hand with the Pressure Plate class. After the signal gets fired from the Pressure Plate class, we can listen to it here in the Door class and change the state of the Door. Making it open and close in the process.

MoveableService

This serivces handles the interaction of objects and gives the player the ability to move objects.

Dropdown class

This class handles the functionality of a dropdown menu.

ShiftService

This service handles the running of the player while holding the left shift key.