I want to update GUI through a function in a local script fired by a remote event
code seems like it should work but doesn’t (?) print() outputs what I would expect my changed values to be but workspace in both server and client windows disagrees??
I’ve tried printing the text and image values of the text label and image label respectively
annoyingly the code seems to work when the event is fired from one script and doesn’t from another but both events fire as the print() always runs
the function should set the properties of 2 text and image labels but doesn’t set those properties. And the other issue is that the print command says that the game has set the properties when it hasn’t
Never mind but thanks for your response. The problem was another script was killing the player milliseconds after the GUI was set. I’m very sorry for bothering anyone