Advertisement
Diep8328Paster

Untitled

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