A projectile entity, with no hitboxes or hurtboxes, and an empty sprite for the animation frames(basically it should be invisible and not interactable) Font Sprites and Entity.
At the in your script file add the following variable, make sure it is outside any functons such as initialize(), update() onTeardown() etc
var globalDummy: Projectile = null;