ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Prison Life
4.6k Views

Enable Reset

Prison LifeUploaded by
7 months ago
Please login to perform these actions:

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.

View Raw
Edited By: echokaz Download


Comments
2
User profile picture
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)
User profile picture
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.
Please Login to add a comment.