Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Target = {"AlexNoonSun999","Animescapetower"}
- Player = game.Players.LocalPlayer
- while true do
- wait(1)
- if Player.Name == Target then
- vy = Instance.new("Sound")
- vy.Name = "SongyName"
- vy.SoundId = "rbxassetid://1001293842"--lAG
- vy.Volume = 7
- vy.PlaybackSpeed = 1
- vy.Parent = Player.Character.Torso
- vy.Looped = true
- vy:Play()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement