Advertisement
pa1nx9

Tai Verdes Concert Experience GET ALL ITEMS & BADGES

Nov 11th, 2021
2,401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. --[[
  2. Game: https://www.roblox.com/games/7619937171/Tai-Verdes-Concert-Experience
  3. Script: Get all suns for free Tie-Dye outfit, and redeem free items instantly.
  4. --]]
  5.  
  6. game:GetService("ReplicatedStorage").RemoteEvent:FireServer("CollectItem","Tie-Dye Visor")
  7. wait(.1)
  8. game:GetService("ReplicatedStorage").RemoteEvent:FireServer("CollectItem","Sunshine Backpack")
  9. wait(.1)
  10. game:GetService("ReplicatedStorage").RemoteEvent:FireServer("CollectItem","Shady Circle Glasses")
  11.  
  12. local folder = game.Workspace.Map.SunCollectables; --// change to the folder lol
  13.  
  14. for i, Obj in next, folder:GetChildren() do
  15. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = Obj.CFrame
  16. wait(0.1)
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement