Advertisement
billwa

Music4dabaseplate

Nov 14th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. heal = Instance.new("Sound",game.Workspace.Base)
  2. heal.Pitch = 4
  3. heal.Name = "Heal"
  4. heal.SoundId = "http://www.roblox.com/asset/?id=2101144"
  5.  
  6. wait (1)
  7. game.Workspace.Base.Heal.IsPaused = false
  8. game.Workspace.Base.Heal.IsPlaying = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement