Advertisement
TheUnknownDiscord

Untitled

Sep 23rd, 2021 (edited)
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Tool = Instance.new("Tool")
  2. Part = Instance.new("Part")
  3. Part.Name = "Handle"
  4. Tool.Name = "Photograph"
  5. Part.Parent = Tool
  6. Part.Size = Vector3.new(5,5,5)
  7. Tool.Parent = owner.Character
  8. Part.BottomSurface = Enum.SurfaceType.Smooth
  9. Part.TopSurface = Enum.SurfaceType.Smooth
  10. Tool.GripPos = Vector3.new(0,0,2.5)
  11. local GLUUUUUUUUE = Instance.new("Sound", owner.character.Head)
  12. GLUUUUUUUUE.SoundId = "rbxassetid://7056720271"
  13. GLUUUUUUUUE.Volume = 1
  14. function touch(part)
  15. if part.Name ~= owner.Character then
  16. if part.Name ~= "Base" then
  17. part.Anchored = false
  18. local weld = Instance.new("WeldConstraint")
  19. weld.Parent = workspace
  20. weld.Part0 = Part
  21. weld.Part1 = part
  22. GLUUUUUUUUE:Play()
  23. end
  24. end
  25. end
  26. Part.Touched:Connect(touch)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement