How Well Are You Known?

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
local str="9."
while true do
str=str.."9"
end
str=str.."/10"
print(str)

good enough?