Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local toolName = "BoomBox"
- local root = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
- for i,v in pairs(workspace:GetDescendants()) do
- if v:IsA("Tool") and v.Name == toolName and v:FindFirstChild("Handle") and v.Handle:FindFirstChildOfClass("TouchTransmitter") then
- firetouchinterest(root, v.Handle, 0)
- firetouchinterest(root, v.Handle, 1)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement