Ok. So I Have A Shooter Where If You Shoot An Item you get a point and i want to make it so if you die You Can see The Amount is in the counter on a different frame. Can you Help Me?
Ok. So I Have A Shooter Where If You Shoot An Item you get a point and i want to make it so if you die You Can see The Amount is in the counter on a different frame. Can you Help Me?
Hey Gamer,
What you are looking for is a global variable! Create a global variable and set it to zero. On frame 1 where the user shoots the item, increment the count on the global variable. Then on frame 2 or any other frame, just set (on frame start or whatever) the counter equal to the global variable.