I have been trying to get text from a TextBox but it doesnt work for some reason.
This is a script.
if mode.Value == 5 then --Color
local color = player.PlayerGui.LoadoutGui.Loadout.SpawnMenu.Loadout.RGB.Text
if target.Locked == false then
target.Color = Color3.fromRGB(color)
print(color)
end
end
end