Forgot I needed a -1, my bad
Try this:
local phase = (num-1) * 2 * math.pi / 23
Forgot I needed a -1, my bad
Try this:
local phase = (num-1) * 2 * math.pi / 23
Everything works perfect as intended!
https://gyazo.com/5b15ddd371d60c99314968fdd6f05f04
Thank you very much for the help since from the start.