Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Present Created by basstracker1970
- --Also for people who have this script do not leak or share this as this is rare
- ---and yes this is a holiday script
- wait(2)
- Player = game:GetService("Players").LocalPlayer
- Character = Player.Character
- tool = Instance.new("Tool")
- tool.ToolTip = "Click Me For Sounds!"
- tool.Name = "Present"
- tool.Parent = Player.Backpack
- handle = Instance.new("Part")
- handle.Name = "Handle"
- handle.Parent = tool
- toolmesh = Instance.new("SpecialMesh")
- toolmesh.MeshId = "rbxassetid://136782671"
- toolmesh.TextureId = "rbxassetid://136783287"
- toolmesh.Parent = handle
- randoms = Instance.new("Model")
- randoms.Name = "Random"
- randoms.Parent = tool
- random1 = Instance.new("Sound")
- random1.SoundId = "rbxassetid://168744711"
- random1.Parent = randoms
- random2 = Instance.new("Sound")
- random2.SoundId = "rbxassetid://518673637"
- random2.Parent = randoms
- random5 = Instance.new("Sound")
- random5.SoundId = "rbxassetid://142633540"
- random5.Parent = randoms
- tool.Activated:connect(function()
- randomreal = randoms:GetChildren()
- random3 = math.random(1, #randomreal)
- random4 = randomreal[random3]
- randomclone = random4:Play()
- wait(5)
- randomclone2 = random4:Stop()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement