How do I improve this??
speaker = game.Players.LocalPlayer key = ";" speaker.Chatted:connect(function(m) if m == "god me"..key then speaker.Character.Humanoid.MaxHealth = math.huge speaker.Character.Humanoid.Health = 10000 end end)