Advertisement
ustinjamesss

fixed screeept

Dec 4th, 2022 (edited)
4,988
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. _G.xmass = true
  2. spawn(function()
  3. while _G.xmass do
  4. wait()
  5. pcall(function()
  6. if not game:GetService("Workspace").Christmas:FindFirstChild("hologram") then
  7. game:GetService("ReplicatedStorage").Christmas.ResetTree:InvokeServer()
  8. wait(1)
  9. end
  10. end)
  11. end
  12. end)
  13. while _G.xmass do
  14. wait()
  15. pcall(function()
  16. for i,v in pairs(game:GetService("Workspace").Christmas.DecorationHunt:GetDescendants()) do
  17. if v.ClassName == "ProximityPrompt" and v.Parent.MeshId == game:GetService("Workspace").Christmas.hologram.MeshId then
  18. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Parent.CFrame
  19. wait(4)
  20. repeat wait()
  21. fireproximityprompt(v)
  22. wait(1)
  23. until game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") or _G.xmass == false
  24. wait(4)
  25. game.Players.LocalPlayer.Character:MoveTo(game:GetService("Workspace").Christmas.TreeModel.Deliver.Position)
  26. repeat wait()
  27. game.Players.LocalPlayer.Character:MoveTo(game:GetService("Workspace").Christmas.TreeModel.Deliver.Position)
  28. wait(0.1)
  29. until not game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") or _G.xmass == false
  30. wait(4)
  31. end
  32. end
  33. end)
  34. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement