4.6k Views
Description
Prison Life has updated and you hate when you get tazed by the police and you couldn't reset anymore?. Use this script, it checks every 0.001 millisecond if the roblox menu reset character button is disabled then when it is, it enables it back!. Script made by osuka/echokaz.
Comments
2

Offline
ddbd 7 months ago
I mean yeah it works. But why are we using while loops AND renderstepped? Choose one or another .
Just do:
game:GetService("RunService").Stepped:Connect(function()
game.StarterGui:SetCore("ResetButtonCallback",true)
end)
Offline
echokaz 7 months ago
Using loops can stop the player from executing the script too much. I used loops bcuz i thought ppl would hate it to execute when they are tazed.
![[🎉 RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)
Voxle Hub
