Advertisement
HowToRoblox

BasketballClient

May 9th, 2021
1,879
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. local tool = script.Parent
  2. local re = tool:WaitForChild("BasketballRE")
  3.  
  4.  
  5. local mouse = game.Players.LocalPlayer:GetMouse()
  6.  
  7.  
  8. tool.Activated:Connect(function()
  9.    
  10.     re:FireServer(mouse.Hit)
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement