#Whats wrong here?

12 messages · Page 1 of 1 (latest)

terse hinge
#

im not exactly sure whats going on here but i need help with my script, which is a system that detects if you have a plank via values, and adds that to a numbervalue until a total of 4 planks is placed.

#

it just keeps having the red lines and doesnt want to work

little marlin
#

==

terse hinge
#

ohh

#

tysm 🙏

#

ive decided to make it differently where its directly collected by the game instead of having to take it there, can i get any help for this + 1 thing?

fleet inlet
#

+= 1

forest gazelle
#

to increase numbervalue by 1 you would either have to write

numbervalue.Value = numbervalue.Value + 1

or

numbervalue.Value += 1
terse hinge
#

tysm