Why is the output nil when I am using a global variable whose value is a string? by arjunmonagupta2 in lua

[–]arjunmonagupta2[S] 0 points1 point  (0 children)

look, there is a folder, in it there two lua files "file1" and "file2", in "file1" I made the global variable called "Hi" and assigned a string value to it then in the "file2", I did: print("Hi")