Advertisement
pa1nx9

Project Star Script - (Item Dupe Script)

Sep 18th, 2021
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. while wait(0.1) do
  2.  
  3. for i, v in pairs(game:GetService("Workspace"):GetDescendants()) do
  4. if v:FindFirstChild("ProximityPrompt") then
  5. fireproximityprompt(v.ProximityPrompt)
  6. end
  7. end
  8.  
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement