Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local tool = script.Parent.Parent.Parent.Parent:FindFirstChild("nombre de objeto") -- aquí cambiar
- script.Parent.Triggered:Connect(function(player)
- wait(0.1)
- local character = player.Character
- tool.Parent = player.Backpack
- character.Humanoid:EquipTool(tool)
- script.Parent.MaxActivationDistance = 0
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement