Is there any way to changing lightning localy on server script if I have only a player?
Use remote events to tell the client to change the lighting
1 Like
There no way do it without remote events?
I mean you could play around with RunContext and setting the parent to the PlayerGui but i generally dont recommend this. If you find success on this method then great!
remote events would be the best option you would use
I would recommend remote events, but be sure to secure them, so a client can’t modify them. As you say it’s for the client, so a local script probably, so make sure users can’t tinker around with it, with an executor.