Advertisement
ShadowDragons_YT

No wait jailbreak

Jun 17th, 2019
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. warn 'Works!'
  2. local UI = require(game:GetService("ReplicatedStorage").Module:WaitForChild("UI"));
  3. while wait() do
  4. for i,v in pairs (UI.CircleAction.Specs) do
  5. v.Duration = 0;
  6. v.Timed = true;
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement