This tutorial will guide you through creating a module script, which provides a function allowing registration for a particular event. We will place the module script in ServerStorage, making it […]
Monthly Archives: June 2023
How to grow player with the help of BindableFunction
In this tutorial, we will modulate the player’s size in a cyclic manner. To accomplish this, we will use BindableFunction and BindableEvent. Each time the player jumps, a BindableEvent will […]