# Source URL: https://dev.epicgames.com/documentation/en-us/fortnite/making-a-custom-countdown-timer-using-verse
# Local doc: epic-docs/documentation/en-us/fortnite/making-a-custom-countdown-timer-using-verse.md
# Section: Starting the Countdown
using { /UnrealEngine.com/Temporary/UI }
using { /UnrealEngine.com/Temporary/SpatialMath }
using { /Fortnite.com/UI }
using { /Verse.org/Colors }
using { /Verse.org/Simulation }
Verse Library
verse
03 Starting The Countdown
Declares necessary module imports for Unreal Engine UI, spatial math, colors, and simulation components.
extracted-snippets/documentation/en-us/fortnite/making-a-custom-countdown-timer-using-verse/03-starting-the-countdown.verse