Whenever we are creating new functions the name of the function is showing the default text "newFunctiongame" instead of our choosen name.
Eg: if we created a function test then it should appear as
function test()
end
but instead of that its appearing as
function newFunctiongame()
end
Whenever we are creating new functions the name of the function is showing the default text "newFunctiongame" instead of our choosen name.
Eg: if we created a function test then it should appear as
function test()
end
but instead of that its appearing as
function newFunctiongame()
end