# This code runs when a player steps on the trigger OnBeginOverlap(Other: Actor): void = # Check if the other actor is a player if (Other.IsPlayer() == true): # Tell the firework to start! FireworkSystem.Activate()