You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, thank you, I know. It's because the entry (and its code) is created right in the moment when you click the button and before you can enter a name. I will rework this when I got some time for it.
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
The text was updated successfully, but these errors were encountered: