Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local tool = game.Lighting.Weight--Change Weight to your own tool in Lighting
- local Attacher = Instance.new("Attachment")
- local Proxi = Instance.new("ProximityPrompt")
- Attacher.Parent = script.Parent
- Proxi.Parent = script.Parent
- wait(0.001)
- script.Parent.ProximityPrompt.Triggered:Connect(function(Humanoid)
- local Copied = tool:Clone()
- Copied.Parent = Humanoid.Backpack
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement