Hey, I just searched the Roblox Wiki if there's a way to do something if a StringValue is changed. Then I came across StringValue.changed
. The problem I'm now having is that my code doesn't work. No error or something at all.
My code is
game.Workspace.Language.Changed:connect(function() print(game.Workspace.Language.Value) end)