maybe you could test if the model you press is really changed to the ent_you model... ty change the function to:
function mouse_check(){
while(1){
wait(1);
if(mouse_left && mouse_ent){
ent_you = mouse_ent;
ent_you.transparent = on;
}
}
}