#code doesn't work

1 messages · Page 1 of 1 (latest)

timber steeple
#
local db=false

function changeDB()
  db=not db
end
while true do
  task.wait(1)
  changeDB()
  if db==false then
    print("code not working")
  end
end```
#

it prints it

#

;compile

local text="string.sub"

for i=1, #text do
  local text2=string.sub(text,0,i)

  print(text2)
end```
unkempt whaleBOT
#
Program Output
s
st
str
stri
strin
string
string.
string.s
string.su
string.sub

cursive spade
#

what are u trying to do

timber steeple
cursive spade
#

☠️