RandomMagics

Spotify Island Event

May 4th, 2022
1,205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. :)
  2. loadstring(game:HttpGet("https://raw.githubusercontent.com/CasperFlyModz/discord.gg-rips/main/SpotifyIsland.lua"))()
  3. Script GUI Features :
  4. [+] Auto Collect All Coins
  5. [+] Farm XP (Remote Method)
  6. [+] Farm XP (FireTouchInterest Method)
  7. [+] Complete Scavenger Hunt
  8. [+] Toggle All Wand Interactables
  9. [+] Auto Toggle All Wand Interactables
  10. --------------------------------------------------------------------------------------------
  11. Floating Boombox (When execute, wait a couple of seconds)
  12. Script:
  13. local sync = game:GetService("ReplicatedStorage").PlaySoungRemote_SpotifySync
  14. local cave = game:GetService("Workspace").World.SpotifyIsland.MusicGames.CaveMusicGame:FindFirstChild("Music Cave"):FindFirstChild("Buttons L")
  15. local trampoline = game:GetService("Workspace").LevelSections.Start.JumpingMusicGame.Buttons.TrampolineButton
  16. local text1 = "Lofi One Shots MeloSax L"
  17. local text2 = "Lofi One Shots Piano-Bass Stabs 1"
  18. for i=1,10,1 do
  19. sync:FireServer(cave, text1)
  20. task.wait(.5)
  21. end
Advertisement
Add Comment
Please, Sign In to add comment