Hello, Im currently trying to acess module script information from a value. Like for example, the value of a string value is “bug”, and i want to acess “bug” in the module script from this value. Any idea How i could do this? Here is my script, where im try to make it so depending on the attack, the color of the gui changes.
If this question sounds confusing,tell me so.
Any help is appreciated, Thanks!
im not sure what youre trying to achieve, but from the error you gave its saying that whatever youre trying to change the color of is nil (it doesnt exist).
My thought is that you didnt capitalize the C in color so the script errors, but im unsure really