#who can help me for that im blocked

12 messages · Page 1 of 1 (latest)

hidden cape
#

i want to create a simulator for start cause im new

#

soo

stable wing
#

Lua is a cap sensitive language btw

native jackal
#

bro

#

watch this tutorial again and you will see the error

native jackal
#

you did a lot of errors with not putting an uppercase letter somewhere

blissful fox
#

Luau is a case-sensitive language; you must type variables exactly as they were written. @hidden cape

#

Your script contains several instances of the same mistake

#

;compile

local example = "Hello, world!"

print(example)
print(ExAmple)
ebon solsticeBOT
#
Program Output
Hello, world!
nil

stable wing