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