for i, v in pairs(game.Players:players()) do v.Chatted:Connect(function(a) if a == '/e laugh' then local g = Instance.new('Sound', v.Character.Head) g.SoundId = 'rbxassetid://101389433601746' g.Volume = 3 g:Play() end end) end