Advertisement
eea

Untitled

eea
Jul 29th, 2021
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. local e = Instance.new("Tool",owner.Character)
  2.  
  3. local UserInputService = game:GetService("UserInputService")
  4.  
  5. Player = owner
  6.  
  7. Players = game:GetService("Players")
  8.  
  9. Char = owner.Character
  10.  
  11. Humanoid = Char.Humanoid
  12.  
  13. Head = Char.Head
  14.  
  15. Pos = Humanoid.TargetPoint
  16.  
  17. Look = (Pos - Head.Position).Unit
  18.  
  19. print(owner)
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement