#I've seen people use stuff like #, [] with strings and stuff i dont understand anything

19 messages · Page 1 of 1 (latest)

hot cape
#

can someone recommend a yt video or website that can help me learn to use those stuff

ivory marten
#

is length

#

of an array for example

hot cape
#

oh wht about the brackets

hazy walrus
left harnessBOT
#

studio** You are now Level 1! **studio

hazy walrus
#

such as

[[

print("hello")

]]
#

[===[]===], this makes it so even if there are more brackets inside of those brackets then it is still a string

hazy walrus
# ivory marten # is length

what he means by this is for example

print(#game:GetChildren())
``` would print the number of how many children the game has
upper nexus
hazy walrus
#

"with strings"

#

im making this code off by heart aswell cuz i dont have studio open

#
local real2 = {
["real"] = "hacker"
["69"] = "whatt"
}

print(real2["real"])
#

would it be done like that

#

or instead

#

real[1]