4.9k Views
Description
go on civlian team and execute if patched notify me
Comments
7

Offline
The_Doc040 11 months ago
It works but I used it in the server and there were 3 other people there using it as well lol
Offline
DiscordOfficial 11 months ago - Edited
@vesr It's kicking me
Offline
slurkyz 11 months ago
fire
Offline
vesr 11 months ago
@RockDBlox just set the speed to like 0.3 or more to slow it down
Offline
frankkaprel 11 months ago
patched :(
Offline
frankkaprel 11 months ago
nvm not patched, but if u wanna make it almost all executor supported I would add this: -- Instant Proximity Prompt (No Hold Time)
-- Xeno Executor compatible
-- Services
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
local RunService = game:GetService("RunService")
-- Function to instantly activate prompts
local function setupPrompt(prompt)
if prompt:IsA("ProximityPrompt") then
prompt.HoldDuration = 0
prompt.RequiresLineOfSight = false -- Optional: allows triggering even if blocked
end
end
-- Modify existing prompts
for _, prompt in pairs(workspace:GetDescendants()) do
setupPrompt(prompt)
end
-- Watch for new prompts being added
workspace.DescendantAdded:Connect(function(descendant)
if descendant:IsA("ProximityPrompt") then
setupPrompt(descendant)
end
end)
basically it makes instant proximity prompt
Offline
frankkaprel 11 months ago
ty chatgpt for that btw
![[🎉 RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)
Voxle Hub
