This video is a quick DaVinci Resolve tutorial on how to create a clean looking number counter effect and save it as a preset to save time editing. We create the effect in the fusion page using a lua script to modify our text then customize the animation using features built into the free version of Davinci Resolve 19. Here is the script used in the video: : -- setup thousandsSeperator = "," prefix = "$" suffix = "" -- setup end number = Counter delimited = (string.format('%d', number)):reverse():gsub("(%d%d%d)","%1" .. thousandsSeperator):gsub(",(%-?)$","%1"):reverse() return(prefix .. delimited .. suffix) More DaVinci Resolve Tutorials: • Easy Motion Trail Effect Fast and Free | D... • How To Make Simple 3D Scene Animations Lik... • 3 Clean Text Animations In 3 Minutes | Dav...