FuZionPlayz

insta Rob

Jun 29th, 2018
1,922
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. local Lighting = game:GetService("Lighting")
  2. local Items = Lighting:FindFirstChild("ItemConfiguration")
  3.  
  4. for i,v in pairs(Items:GetChildren()) do
  5. if v:FindFirstChild("StealTime") then
  6. v.StealTime.Value = .01
  7. end
  8. end
Add Comment
Please, Sign In to add comment