I’ve been having a brain fart right now and I’m stuck on the most simple question that I’ve surely known the answer to for at least a year.
So I’m wondering lets say I have _G.Name
and this value changes every five seconds but then on a different script it says: local fullName = string.split(_G.Name," ")
Whenever _G.Name changes will fullName change?