Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Freebies5 = Window:NewTab("Tai Verdes Concert")
- local MainFreebies5 = Freebies5:NewSection("Freebies")
- MainFreebies5:NewButton("Get Freebies", "gets you free items", function()
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer("CollectItem","Tie-Dye Visor")
- wait(.1)
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer("CollectItem","Sunshine Backpack")
- wait(.1)
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer("CollectItem","Shady Circle Glasses")
- local folder = game.Workspace.Map.SunCollectables;
- for i, Obj in next, folder:GetChildren() do
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = Obj.CFrame
- wait(0.1)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement