Advertisement
Animescapetower

Untitled

Feb 24th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Target = {"AlexNoonSun999","Animescapetower"}
  2. Player = game.Players.LocalPlayer
  3.  
  4. while true do
  5. wait(1)
  6. if Player.Name == Target then
  7.  
  8. vy = Instance.new("Sound")
  9. vy.Name = "SongyName"
  10. vy.SoundId = "rbxassetid://1001293842"--lAG
  11. vy.Volume = 7
  12. vy.PlaybackSpeed = 1
  13. vy.Parent = Player.Character.Torso
  14. vy.Looped = true
  15. vy:Play()
  16.  
  17.  
  18.  
  19.  
  20. end
  21.  
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement