Advertisement
Guest User

d

a guest
Oct 21st, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Music1 = New("Sound",chara,"Music",{SoundId = "rbxassetid://433411709",Volume =3,Looped = true})
  2. Music1:Play()
  3. musicon = true
  4. for i,v in pairs(chara:GetChildren()) do
  5. if v.ClassName == 'Accessory' then
  6. v:Destroy()
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement