Advertisement
Guest User

nigga aint black

a guest
Jun 20th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. SpinACTIVE = not SpinACTIVE
  2. if SpinACTIVE then
  3. while wait() do
  4. if track.IsPlaying == false then
  5. if SpinACTIVE then
  6. track:Play(.1, 1, 2)
  7. end
  8. end
  9. end
  10. else
  11. track:Stop()
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement