DangerRedile

Method :cool:

May 28th, 2023 (edited)
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. local omgcharaReal = game.Players.LocalPlayer.Character
  2. local Sound = Instance.new("Sound", omgcharaReal)
  3. local SongName = "NameHere.mp3" --U can change "NameHere" to whatever u want | also dont remove .mp3
  4. if not isfile(SongName) then
  5. writefile(SongName, game:HttpGet("LinkHere.mp3")) --Put .mp3 link here or u can just put .mp3 file in the folder named "Workspace"
  6. end
  7. Sound.MaxDistance = inf
  8. Sound.SoundId = syn and getsynasset(SongName) or getcustomasset(SongName)
  9. Sound.Volume = "2"
  10. Sound.PlaybackSpeed = 1
  11. Sound.Looped = true
  12. Sound:Play()
  13.  
  14. -- writefile(SongName, game:HttpGet("https://download1531.mediafire.com/w1gm3kp12pagJUyjMr4lD29eYEd4ShPGix24-FPkww65HMyH4BNMtpHI_XRNO3lhu11GlqQncCx3BXXVnKzUSoV9ZzoC/4cg27a4mclj56n2/Addict+%28320K%29.mp3"))
  15. -- This is example (also this link doesn't work :skul:
Add Comment
Please, Sign In to add comment