Gostrondude

Untitled

Dec 25th, 2017
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. game:GetService'RunService'.Stepped:Connect(function()
  2. pcall(function()
  3. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  4. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  5. for _,x in pairs(v.Character.Head:GetChildren()) do
  6. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  7. end
  8. end
  9. end
  10. end)
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment