Advertisement
Pukaciu

Untitled

Jul 31st, 2021
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2. local Mouse = Player:GetMouse()
  3. Mouse.KeyDown:Connect(function()
  4. print("Click")
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement