Hello. I’m making a simulator game, and I want a ScreenGui to update automatically, just like the “ResetOnSpawn” property except it updates anytime anything changes. I have tried different ideas that come to mind but still could not get it to work.
1 Like
Or you can use 'Value.Changed` as it will only run when the value is changed
I have tried those, does nothing
Also tried .Changed. Does nothing
Forgot to mention but another person has tried that. I have already decided that I will something different. I really don’t know how to explain it. Thanks for the help though.