Hi! So, I wrote a script that when it’s clicked, the parent will have its transparency set to 1. AT the same time, another cube will have its transparency set to 0, so the player can see it. This is done in a Server-sided script.
What is the issue?
None of the cubes will appear/disappear upon being clicked but, the function doesn’t fire.
What solutions have you tried so far?
Added a print statement to see if it fired, it doesn’t. Tried changing the transparency values of the objects in the script. That didn’t work either.
You should probably learn how to spell Terrain as well, Terrian2 misspelled.
Do you get any errors in the Output window?
Edit, you also seem to be switching between Transparency 0, 0.9, and 1. You may want to see if you have an error with the script reading a Part that is Transparency 1 when it checks for 0.9. @Dev_Ryan seems to have this worked out in their script.