Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 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)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement