-
What do you want to achieve? I have a value that acts as an identifier, and when changed by pressing submit (Screenshot by Lightshot) it is supposed to update.
-
What is the issue? It stays at its original value I set, “undefined” Screenshot by Lightshot
-
What solutions have you tried so far? Tried looking it up
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
for i,v in pairs(game.ReplicatedStorage.Channels:GetChildren()) do
if string.match(string.lower(v.Name),string.lower(chan)) then
for x,d in pairs(v:GetChildren()) do
local ID = plr.PlayerGui.Radio.Frame.MyID.Submit.ID
if string.match(string.sub(d.Name,5) , tostring(num)) then
print(string.sub(d.Name,5))
local value = plr.PlayerGui.Radio.Frame.MyID.Submit.ID
d.Value = (code .. " " .. value.Value .. ": " .. msg)