I want to be able to access a players camera in a specific way, some games have different things you can add to the local players screen, say change the contrast in color correction, but just for that specific player. is there a way to do it to the specific player and nobody else?
2 Likes
you might need to add a local script that says when the players camera is like the other players camera it changes the color correction
1 Like
Probably try making a GUI and then making it contrast in color corrections whenever you want
1 Like
You’ll want to use a LocalScript to access a player’s camera. You’ll have to write some code to determine when and how the effect appears though. You didn’t really specify what should trigger the color correction effect so I can’t help you with that unless you let us know some more about what it is exactly you’re trying to do.
2 Likes
you can put a color correction in the lighting so you don’t need a GUI
2 Likes