#im confused on why its saying error on this
75 messages · Page 1 of 1 (latest)
It’s a folder to a IntValue and the script is connecting to the 5 folders
@iron river what is the error?
it’s just on the .UserId
What's the error message itself?
What does the error message say?
On line 3
@iron river copy paste the error message
I’m not on at these moment im taking a break
do u remember the error message and/or the line
wdym
its so easy to read
i love the tabbing when they configure the instance
i didn't even notice the tabbing quite suppressed the fact that there is barely any whitespacing
When did u say that and I don’t remember
And im getting on to get the error
no idea, some other thread of yours
I don’t remember what thread it was
doesn't matter
I refuse to read code like this
and others find it difficult as well
so if you want the maximum help, leave whitespace
I’m confused on what u mean bout that
for example
local variable = 12 + (3 * 2)
instead of
local variable=12+3*2
or
Vector3.new(x, y, z)
instead of
Vector3.new(x,y,z)
but thats inconvenience
for this one i agree
no it's called writing readable code
adding extra brackets slows down your code execution time by .02 milliseconds 🤓
working with unreadable code is inconvenient
I doubt it slows it down at all since it's constant
yea obv it doesnt
For me i can read it perfectly fine
okay because you wrote it
but we can't
and you want us to help you
this is very bad style
no u are
what?
you won't get anywhere with this attitude
just day thank you and fix your code
@floral cairn and u think their code is unreadable
well this one is readable for me but for someone else
this is actually quite readable
although I would have used asserts
what 💀
what's not readable about it
line length is a little too much
but everything else
btw if assert() is used a lot it can cause script activity percentage surges
interesting
The Problem with assert() If you use assert() a lot in your codebase, you will probably notice the script activity percentage mysteriously surge. The culprit is costly evaluation of string concatenation or string.format in the second argument for assert. assert is a regular function. Therefore, Lua always evaluates its arguments before calling...
ik i can use it but id rather not risk lag spikes
especially for such a "game"