I’m making a game right now and I have to do some scripting for it, this is not my strong point so I am going to need some help. Do you think you know what is wrong with this piece of scripting
for _, Player in pairs
Your generic for construct is missing the first variable.
1 Like
Line 5 has a period instead of a comma
Line 37 is missing the first variable in the for loop. I would use _.
Basically what the two people above me said. Did you not see the underlined parts of the code that made it obvious there was something wrong with it?
I did but my really slow brain cant understand scripting :((
Lol.
This is a epic piece of text for you know what.
