Advertisement
Diep8328Paster

Untitled

May 25th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. local p = game.Players.LocalPlayer
  2. local char = p.Character
  3. wait(0.1)
  4. char.Head.face.Texture = 'rbxassetid://1835115763'
  5. wait(0.1)
  6. char.Head.BrickColor = BrickColor.new("Really red")
  7. local mad = Instance.new("Sound",char.Head)
  8. mad.SoundId = "rbxassetid://729622879"
  9. mad.PlaybackSpeed = 0.3
  10. mad:Play()
  11. mad.Looped = true
  12. mad.Volume = 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement