the least you could do is mention a function that exists
function draw.ShadowText(n, f, x, y, c, px, py, shadowColor)
draw.SimpleText(n, f, x + 1, y + 1, shadowColor or color_black, px, py)
return draw.SimpleText(n, f, x, y, c, px, py)
end
now it does ✨
Or just use outlined text instead of creating a function that already exists