Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. sound.PlayURL ( "https://youtu.be/KX3wdtiewCs", "3d", function( station )
  2. if ( IsValid( station ) ) then
  3.  
  4. station:SetPos( LocalPlayer():GetPos() )
  5.  
  6. station:Play()
  7.  
  8. else
  9.  
  10. LocalPlayer():ChatPrint( "Invalid URL!" )
  11.  
  12. end
  13. end )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement