i have a text like
print local Example = nil
i want to add "(" on the print how could i do this? Thanks
this might be wrong but try this.
--variable local Example = nil --it will print nil print ("Example")
I didn't understand your question to much to change what it prints change nil to anything you want. to change the variable change Example to anything (Both of the Examples)
Closed as Not Constructive by User#23252 and JesseSong
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?