Advertisement
NukeVsCity

ANTI TS for yba

Jun 12th, 2021
4,735
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. _G.AntiTs = false -- change to true to enable
  2. game:GetService("RunService").RenderStepped:Connect(function()
  3. pcall(function()
  4. if _G.AntiTs == false then return end
  5. if game:GetService("Players").LocalPlayer.Character:FindFirstChild("InTimeStop") then
  6. game:GetService("Players").LocalPlayer.Character:FindFirstChild("InTimeStop"):Destroy()
  7. end
  8. end )
  9. end )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement