Advertisement
Touhoman

Untitled

Mar 21st, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. local backpack = plr.Backpack
  3. local mouse = plr:GetMouse()
  4. local tool = Instance.new("Tool",backpack)
  5. local handle = Instance.new("Part",tool)
  6. handle.Name = "Handle"
  7. tool.Activated:Connect(function()
  8. game.Workspace.Buuleyt:FireServer(mouse.Hit)
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement