Prison Life
4.7k Views
6 Executions

Enable Reset

Prison LifeUploaded by
10 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 10 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 10 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.