Wavy text generator

Run Settings
LanguageLua
Language Version
Run Command
local amountOfLines = 360 local Text = "balls🤯" print(tostring(#Text * amountOfLines) .. " characters") for i = 0,amountOfLines do local newstring = Text local times = math.floor(math.sin(math.rad(i * 10 - 45)* 1.5) * 7) + 7 for i = 1, times do newstring = " " .. newstring end print(newstring) end
Editor Settings
Theme
Key bindings
Full width
Lines