|
| 22 Feb 2014 02:11 PM |
Hey there! I'm sorry about this post as I do not think it really belongs in Scripting Helpers, if you really object this post then can you tell me where to put it?
Anyways, in my game I have a Sword and the Texture ID is a picture of a sword. How can I put the name of the sword instead of the picture? |
|
|
| Report Abuse |
|
|
|
| 22 Feb 2014 02:11 PM |
change the texture to "" and itll show the name |
|
|
| Report Abuse |
|
|
| |
|
|
| 22 Feb 2014 02:14 PM |
put this into the tool.. tool = script.Parent tool.TextureId = "" |
|
|
| Report Abuse |
|
|
|
| 22 Feb 2014 02:17 PM |
| Thank you! I thought you meant put "" in the Texture ID within the properties. |
|
|
| Report Abuse |
|
|
|
| 22 Feb 2014 02:18 PM |
/\ what my script pretty much does is change the texture to nothing i.e "" so like print "hi" OutPut -hi print "" Output - |
|
|
| Report Abuse |
|
|