Guest User

s

a guest
Apr 11th, 2025
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. if workspace:findFirstChild("music") then
  2. workspace:findFirstChild("music"):Remove()
  3. end
  4. local music = Instance.new("Sound", workspace)
  5. music.Looped = true
  6. music.Name = "music"
  7. music.SoundId = "https://1.0char.co/asset/?id=723"
  8. repeat music:Play() wait(0.1) music:Stop() music:Play() until music.IsPlaying
Advertisement
Add Comment
Please, Sign In to add comment