Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- ProximityPrompt Bypasse Code in game ...
- local function setInstantPrompt(prompt)
- if prompt:IsA("ProximityPrompt") then
- prompt.HoldDuration = 0
- end
- end
- for _, descendant in ipairs(workspace:GetDescendants()) do
- setInstantPrompt(descendant)
- end
- workspace.DescendantAdded:Connect(setInstantPrompt)
Advertisement
Add Comment
Please, Sign In to add comment