Title explains all. I just need some clarifications... The key press would use ContextActionService right? While the hover would use MouseEnter and MouseLeave right?
So basically.. The part waits for a mouse to hover AND with a certain key pushed. But I also want it that if it's a different person/class, it's a different color/effect.
Is it much better to have a script concerning a certain class' functions(working on RPG atm, i.e the script will be if the USER of that CLASS presses a BUTTON and HOVERS on a part, that PART will change color) or have the script accommodated to the part itself?
Thanks!
PS: In order for the color change to occur, it's KEY PRESS first then hover then change color automatically begins.
Also how to make the color change only visible to you?(client-side)