Prompt reacher
Access shops easier (if you're lazy) Collecting weapons,fruits,cash etc (Ez steals) Feel free to change the distance
@chaoseye
for _, v in pairs(workspace:GetDescendants()) do
if v:IsA("ProximityPrompt") then
v.MaxActivationDistance = 50
end
end
workspace.DescendantAdded:Connect(function(obj)
if obj:IsA("ProximityPrompt") then
obj.MaxActivationDistance = 50
end
end)
How to use this script:
- Copy the script code above
- Open your Roblox executor (Synapse X, KRNL, etc.)
- Paste the script into the executor
- Execute the script in your Roblox game