Hangueet8292929

No proximity prompt

Jan 18th, 2024
9,332
1
Never
4
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | Food | 1 0
  1. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  2. if v:IsA("ProximityPrompt") then
  3. v["HoldDuration"] = 0
  4. end
  5. end
  6.  
  7.  
  8. game:GetService("ProximityPromptService").PromptButtonHoldBegan:Connect(function(v)
  9. v["HoldDuration"] = 0
  10. end)
Tags: hacker
Advertisement
Comments
  • User was banned
  • User was banned
  • User was banned
  • User was banned
Add Comment
Please, Sign In to add comment