Advertisement
ZploitKing

Keybind Function

Oct 4th, 2020
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(key)
  2. if key == "e" then --Change it to whatever you want
  3. print("ZploitKing is cool") --Change it to whatever you want it to do
  4. end
  5.  
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement