Advertisement
maskub1234

moouseP

Sep 28th, 2023
883
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2. local mouse = Player:GetMouse()
  3. local hitPosition = mouse.Hit.p
  4.  
  5. print(hitPosition)
  6. setclipboard(tostring(hitPosition))
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement