Advertisement
FireyScripter

POKEMON GO FOR KIDS [LOUD SOUND] [ROBLOX LOCAL SCRIPT}

Aug 21st, 2016
1,211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. print("wait the script is loading")
  2. wait(10)
  3. --Start the script
  4. --SAY "createhttp/kid/http://pastebin.com/raw/Bb1u6L9e" ON SCRIPT BUILDER
  5. --PRESS CTRL AND V FOR PASTING
  6. print("DONE!")
  7. local Plr = game.Players.LocalPlayer
  8. --Instance.new
  9. local Tool = Instance.new("Tool", game.Workspace)
  10. Tool.TextureId = "http://www.roblox.com/asset/?id=464006953"
  11. Tool.Name = "Mtn Dew"
  12. local Handle = Instance.new("Part", Tool)
  13. Handle.Name = "Handle"
  14. local Mesh = Instance.new("SpecialMesh", Handle)
  15. Mesh.MeshType = "FileMesh"
  16. Mesh.MeshId = "http://www.roblox.com/asset/?id=444668962"
  17. local Txture = Instance.new("Decal", Handle)
  18. Txture.Texture = "http://www.roblox.com/asset/?id=444668974"
  19. Tool.GripPos = Vector3.new(0, 0, 0)
  20. Tool.Parent = Plr.Backpack
  21. --Sound
  22. local DS = Instance.new("Sound", Handle)
  23. local OS = Instance.new("Sound", Handle) -- memes
  24. DS.SoundId = "http://www.roblox.com/asset/?id=481998828"
  25. OS.SoundId = "http://www.roblox.com/asset/?id=0"
  26. --I PLAY POKEMON GO EVERYDAY
  27. Tool.Equipped:connect(function()
  28.     Tool.GripPos = Vector3.new(0, 0, 0)
  29.     OS:Play()
  30. end)
  31.  
  32. Tool.Activated:connect(function()
  33.     DS:Play()
  34.     Tool.GripPos = Vector3.new(0, 0, 0)
  35.     wait(2)
  36.     Tool.GripPos = Vector3.new(0, 0, 0)
  37. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement