Advertisement
okban

test

Feb 23rd, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 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. Tool0 = Instance.new("Tool")
  20. Part1 = Instance.new("Part")
  21. ParticleEmitter2 = Instance.new("ParticleEmitter")
  22. Decal3 = Instance.new("Decal")
  23. Decal4 = Instance.new("Decal")
  24. Decal5 = Instance.new("Decal")
  25. Decal6 = Instance.new("Decal")
  26. Decal7 = Instance.new("Decal")
  27. Tool0.Name = "Trump"
  28. Tool0.Parent = mas
  29. Tool0.ToolTip = "The american dream"
  30. Part1.Name = "Handle"
  31. Part1.Parent = Tool0
  32. Part1.Material = Enum.Material.Neon
  33. Part1.BrickColor = BrickColor.new("Really red")
  34. Part1.Rotation = Vector3.new(-90, 90, 0)
  35. Part1.FormFactor = Enum.FormFactor.Symmetric
  36. Part1.Size = Vector3.new(0.999999881, 2.4000001, 1)
  37. Part1.CFrame = CFrame.new(166.5, 0.49999994, -20.1999989, 0, -1.47148933e-06, 1, -1, -2.16528076e-12, 0, 3.18618743e-18, -1, -1.47149149e-06)
  38. Part1.Color = Color3.new(1, 0, 0)
  39. Part1.Position = Vector3.new(166.5, 0.49999994, -20.1999989)
  40. Part1.Orientation = Vector3.new(0, 90, -90)
  41. Part1.Color = Color3.new(1, 0, 0)
  42. ParticleEmitter2.Parent = Part1
  43. ParticleEmitter2.Rotation = NumberRange.new(11, 11)
  44. ParticleEmitter2.Texture = "http://www.roblox.com/asset/?id=343377229"
  45. ParticleEmitter2.Acceleration = Vector3.new(0, -10, 0)
  46. ParticleEmitter2.Lifetime = NumberRange.new(70, 70)
  47. ParticleEmitter2.Rate = 15000
  48. ParticleEmitter2.RotSpeed = NumberRange.new(112, 112)
  49. ParticleEmitter2.Speed = NumberRange.new(50, 50)
  50. ParticleEmitter2.VelocitySpread = 10
  51. Decal3.Parent = Part1
  52. Decal3.Texture = "http://www.roblox.com/asset/?id=343377229"
  53. Decal3.Face = Enum.NormalId.Top
  54. Decal4.Parent = Part1
  55. Decal4.Texture = "http://www.roblox.com/asset/?id=46168043"
  56. Decal4.Face = Enum.NormalId.Right
  57. Decal5.Parent = Part1
  58. Decal5.Texture = "http://www.roblox.com/asset/?id=46168043"
  59. Decal5.Face = Enum.NormalId.Back
  60. Decal6.Parent = Part1
  61. Decal6.Texture = "http://www.roblox.com/asset/?id=46168043"
  62. Decal6.Face = Enum.NormalId.Left
  63. Decal7.Parent = Part1
  64. Decal7.Texture = "http://www.roblox.com/asset/?id=46168043"
  65. for i,v in pairs(mas:GetChildren()) do
  66. v.Parent = game:GetService("Players").LocalPlayer.Backpack
  67. pcall(function() v:MakeJoints() end)
  68. end
  69. mas:Destroy()
  70. for i,v in pairs(cors) do
  71. spawn(function()
  72. pcall(v)
  73. end)
  74. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement