Hello I don't know what is wrong with me I script for 6 years and now I am stuck on here.
I want to change StringValue.Value
with message that I chatted. I tried this:
game.Players.PlayerAdded:connect(function(player) player.Chatted:connect(function(msg) if player.Name == "vincius0000" then if script.Parent.Status.Value == true then script.Parent.Word.Value = msg end end end) end)
And doesn't work.