Advertisement
BNutty07

A, pistol?

Nov 5th, 2017
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1.  
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4. local env = getfenv(func)
  5. local newenv = setmetatable({},{
  6. __index = function(self,k)
  7. if k=="script" then
  8. return var
  9. else
  10. return env[k]
  11. end
  12. end,
  13. })
  14. setfenv(func,newenv)
  15. return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. Sound0 = Instance.new("Sound")
  20. Sound1 = Instance.new("Sound")
  21. Sound2 = Instance.new("Sound")
  22. Sound3 = Instance.new("Sound")
  23. Sound4 = Instance.new("Sound")
  24. Sound0.Name = "Throw"
  25. Sound0.Parent = mas
  26. Sound0.SoundId = "http://www.roblox.com/asset/?id=18426149"
  27. Sound0.Volume = 1
  28. Sound1.Name = "blam"
  29. Sound1.Parent = mas
  30. Sound1.Pitch = 1.2999999523163
  31. Sound1.SoundId = "rbxassetid://134854740"
  32. Sound1.Volume = 1
  33. Sound2.Name = "blam2"
  34. Sound2.Parent = mas
  35. Sound2.SoundId = "rbxassetid://137994058"
  36. Sound2.Volume = 1
  37. Sound3.Name = "blam3"
  38. Sound3.Parent = mas
  39. Sound3.SoundId = "rbxassetid://165969964"
  40. Sound3.Volume = 1
  41. Sound4.Name = "oops"
  42. Sound4.Parent = mas
  43. Sound4.Pitch = 0.80000001192093
  44. Sound4.SoundId = "rbxassetid://148635119"
  45. Sound4.Volume = 1
  46. for i,v in pairs(mas:GetChildren()) do
  47. v.Parent = workspace
  48. pcall(function() v:MakeJoints() end)
  49. end
  50. mas:Destroy()
  51. for i,v in pairs(cors) do
  52. spawn(function()
  53. pcall(v)
  54. end)
  55. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement