In studio the script works fine in game it doesnt work fine

In studio my picaxe works but in game it doesnt, i have published and shutdown all server and rejoined,
the bugs im getting are

Line 37: Incomplete statement: expected assignment or a function call

but in studio their is no error at all

here is line 37 of the module script

	               for i, v in pairs(Picaxe) do
		              if i == Tool then
			              Strength1 = v.Strength
			              --print(v.Strength)
		               end
line 37 ->	end

some reason and somehow it just fixed its self for no reason, still clueless what happened, my theory is that publishing game servers was temporarily down so when i pressed play it was not published

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.