Basically i put some commands in my game and wondered why they werent working so i made a new place and put a simple script which is
game.Players.PlayerAdded:Connect(function(plr)
plr.Chatted:Connect(function(msg)
warn(`Chatted: `,msg)
end)
end)
and when i use /e it doesnt work but if its anything else then it works