Rhysical

Givenchy Beauty House script

Jun 13th, 2022 (edited)
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. game.StarterGui:SetCore("SendNotification", {
  2. Title = "Made by asnd#2114";
  3. Text = "Simple auto thing for this event";
  4. Duration = 16;
  5. })
  6. local player=game.Players.LocalPlayer.Character.HumanoidRootPart
  7. z=0
  8. for i=1,14 do
  9. z=z+1
  10. game:GetService("Workspace").ScavengerHunt.Day1.Objects.PickUpItem.Name=("item_pickup"..z)
  11. end
  12. z=0
  13. wait(1)
  14. for i=1,14 do
  15. z=z+1
  16. player.CFrame=game:GetService("Workspace").ScavengerHunt.Day1.Objects["item_pickup"..z].Root.CFrame
  17. wait(2)
  18. end
  19. z=0
  20.  
  21. player.CFrame=game:GetService("Workspace").World.Buildings.Pink.Part.CFrame
  22. for i=1,600 do
  23. z=z+1
  24. game.StarterGui:SetCore("SendNotification", {
  25. Title = "Waiting "..z;
  26. Text = "Wait for 600 seconds";
  27. Duration = 0.25;
  28. })
  29. wait(1)
  30. end
Advertisement
Add Comment
Please, Sign In to add comment