isaiah_yt110

Client (LocalScript)

Apr 16th, 2021
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. local mouse = game.Players.LocalPlayer:GetMouse()
  2.  
  3. script.Parent.Activated:Connect(function()
  4. script.Parent.Fire:FireServer(mouse.Hit.p)
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment