SKIDNOOB

lagssswitch

Apr 23rd, 2020
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. local a = false;
  2. local b = settings();
  3.  
  4. game:service'UserInputService'.InputEnded:connect(function(i)
  5. if i.KeyCode == Enum.KeyCode.F3 then
  6. a = not a; -- ic3 was here
  7. b.Network.IncommingReplicationLag = a and 1000 or 0;
  8. end
  9. end)
Add Comment
Please, Sign In to add comment