Advertisement
memberhero

Rare Gift by basstracker1970

Dec 7th, 2017
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. --Present Created by basstracker1970
  2. --Also for people who have this script do not leak or share this as this is rare
  3. ---and yes this is a holiday script
  4. wait(2)
  5. Player = game:GetService("Players").LocalPlayer
  6. Character = Player.Character
  7. tool = Instance.new("Tool")
  8. tool.ToolTip = "Click Me For Sounds!"
  9. tool.Name = "Present"
  10. tool.Parent = Player.Backpack
  11. handle = Instance.new("Part")
  12. handle.Name = "Handle"
  13. handle.Parent = tool
  14. toolmesh = Instance.new("SpecialMesh")
  15. toolmesh.MeshId = "rbxassetid://136782671"
  16. toolmesh.TextureId = "rbxassetid://136783287"
  17. toolmesh.Parent = handle
  18. randoms = Instance.new("Model")
  19. randoms.Name = "Random"
  20. randoms.Parent = tool
  21. random1 = Instance.new("Sound")
  22. random1.SoundId = "rbxassetid://168744711"
  23. random1.Parent = randoms
  24. random2 = Instance.new("Sound")
  25. random2.SoundId = "rbxassetid://518673637"
  26. random2.Parent = randoms
  27. random5 = Instance.new("Sound")
  28. random5.SoundId = "rbxassetid://142633540"
  29. random5.Parent = randoms
  30. tool.Activated:connect(function()
  31. randomreal = randoms:GetChildren()
  32. random3 = math.random(1, #randomreal)
  33. random4 = randomreal[random3]
  34. randomclone = random4:Play()
  35. wait(5)
  36. randomclone2 = random4:Stop()
  37. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement