Advertisement
lundofett

Untitled

Jul 24th, 2021
1,084
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. local m = plr:GetMouse()
  3. m.Button1Down:Connect(function()
  4. print(m.Target:GetFullName()
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement