Advertisement
pa1nx9

12,003 Badge Walk FREE BADGES SCRIPT

Sep 30th, 2021
816
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. local client = game.Players.LocalPlayer
  2. workspace.ChildAdded:Connect(function(v)
  3. wait(0.2)
  4. local touch = v:FindFirstChild("TouchInterest", true)
  5. if touch and not touch.Parent:FindFirstChild"GameID" and touch.Parent:FindFirstChild"BadgeID" then
  6. firetouchinterest(client.Character.HumanoidRootPart, touch.Parent, 0)
  7. firetouchinterest(client.Character.HumanoidRootPart, touch.Parent, 1)
  8. end
  9. end)
  10. for i, v in next, workspace:GetChildren() do
  11. local touch = v:FindFirstChild("TouchInterest", true)
  12. if touch and not touch.Parent:FindFirstChild"GameID" and touch.Parent:FindFirstChild"BadgeID" then
  13. firetouchinterest(client.Character.HumanoidRootPart, touch.Parent, 0)
  14. firetouchinterest(client.Character.HumanoidRootPart, touch.Parent, 1)
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement