I am making a game where there’s an ending where you get kidnapped, and I want a visible timer where you can see how long you have left. How do I accomplish this goal of mine?
Is it an overlay timer?
If so, use a counter that updates on a number property, and decrement by trigger loop, and in the block code option of the overlay, make the overlay set on the number property.
how do I make a number property, its been a while since I’ve done those.
Did you need a timer that appears in the corner in the player’s screen? That would be utilizing the overlay device and its text option. The property device has a setting that you can choose for it to be text or a number. Or did you want the timer to be shown in the room through just the normal text device? I made a guide on that, but I think you would want the first option, right?
yeah, the first option would be better.
You know the property device, right? Place it down and go into its settings. Here is an image of the place where you change the property between text and number:
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.