Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local tool = Instance.new("Tool", owner.Backpack)
- local handle = Instance.new("Part", tool)
- local sound = Instance.new("Sound", handle)
- tool.Name = "Ara~Ara"
- handle.Name = "Handle"
- handle.Size = Vector3.new(1,1,1)
- sound.SoundId = "rbxassetid://6401094395"
- sound.Volume = "10"
- tool.Activated:Connect(function()
- sound:Play()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement