I have this script wich sents a remote to the client to make a part invisble and turn off canCollide, but it doesnt work. If I look into the properties it says its invisible and that I can pass through. But I can’t.
When I do it to the first part it deosn’t act weird.
It’s supposed to go invisible for one player on a local script btw. The script works fine I tried printing.
Judging by that screenshot, i think there are two parts called “1/4” which may be in the same position, meaning although the script correctly makes it invisible, you can still see the other part which you have not changed.
Otherwise, I am not sure, it would be helpful to send the scripts
So basically you cant use a local script to change the properties of a part. This is because a local script runs only on the client and wont actually make the change.
@Rustyskengs may also be right, but you can try both things
First check if rusty’s theory about 2 parts is correct. If not then maybe you have a surface gui on that part which you also need to change the transparency from.
If you are using a local script and it is parented correctly it shouldnt be an issue as long as you only want this change under the client.
this is not true??? he is trying to make the wall invisible for only a certain player, therefore a local script is necessary to make this visible to only that player