How do you make a Part Fade for only the player who touches it?

I’m not a very good scripter at all and it bothers me how I can’t make a Part that fades for the player that touches it, and so the other player can’t see it fade unless they touch it too.

I think it involves remote events but I don’t know how to exactly accomplish this. Any help?? Would appreciate :smiley:

You could just use a local script and a .Touched event

Local scripts unlike normal scripts run on the player’s pc so if you make a change on a local script it won’t affect other players on the server

Thanks, actually really simple now that you’ve addressed it. I’m pretty stupid when it comes to scripting. Thanks a bunch pal!

Don’t beat yourself up about it, its not everyones cup of tea