Advertisement
DylanD2003

Untitled

Apr 8th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. local p = game.Players.LocalPlayer
  2. sound = game.Players.LocalPlayer.Character.Head.Splash
  3. sound.Name = "Baby"
  4. sound.Parent = game.Workspace
  5. sound.SoundId = "http://www.roblox.com/asset/?id=276522129"
  6. sound.Volume = 1
  7. sound.Pitch = 1
  8. sound:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement