Advertisement
AALTTz

Grab boomboxes

Nov 21st, 2022
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. local toolName = "BoomBox"
  2. local root = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  3.  
  4. for i,v in pairs(workspace:GetDescendants()) do
  5. if v:IsA("Tool") and v.Name == toolName and v:FindFirstChild("Handle") and v.Handle:FindFirstChildOfClass("TouchTransmitter") then
  6. firetouchinterest(root, v.Handle, 0)
  7. firetouchinterest(root, v.Handle, 1)
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement