Advertisement
memberhero

prototype script

Mar 13th, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. --TRUE DJ SCRIPT BY BASSTRACKER1970
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. -- Objects
  4.  
  5. local DJGui = Instance.new("ScreenGui")
  6. local TextBox = Instance.new("TextBox")
  7. local TextButton = Instance.new("TextButton")
  8.  
  9. -- Properties
  10.  
  11. DJGui.Name = "DJ Gui"
  12. DJGui.Parent = game.Players.LocalPlayer.PlayerGui
  13.  
  14. TextBox.Parent = DJGui
  15. TextBox.BackgroundColor3 = Color3.new(0, 0, 0)
  16. TextBox.Position = UDim2.new(0, 0, 0.637316585, 0)
  17. TextBox.Size = UDim2.new(0, 200, 0, 50)
  18. TextBox.Font = Enum.Font.Fantasy
  19. TextBox.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  20. TextBox.Text = "PASTE MUSIC ID HERE"
  21. TextBox.TextColor3 = Color3.new(1, 1, 1)
  22. TextBox.TextSize = 14
  23.  
  24. TextButton.Parent = DJGui
  25. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  26. TextButton.Position = UDim2.new(0, 0, 0.742138386, 0)
  27. TextButton.Size = UDim2.new(0, 200, 0, 50)
  28. TextButton.Font = Enum.Font.Fantasy
  29. TextButton.Text = "CLICK HERE TO SELECT ID"
  30. TextButton.TextColor3 = Color3.new(1, 1, 1)
  31. TextButton.TextSize = 14
  32. TextButton.MouseButton1Down:connect(function()
  33. sound = Instance.new("Sound",game.Players.LocalPlayer.Character)
  34. sound.SoundId = "rbxassetid://"..TextBox.Text
  35. sound.Looped = true
  36. sound:Play()
  37. end)
  38.  
  39. function sandbox(var,func)
  40. local env = getfenv(func)
  41. local newenv = setmetatable({},{
  42. __index = function(self,k)
  43. if k=="script" then
  44. return var
  45. else
  46. return env[k]
  47. end
  48. end,
  49. })
  50. setfenv(func,newenv)
  51. return func
  52. end
  53. cors = {}
  54. mas = Instance.new("Model",game:GetService("Lighting"))
  55. Model0 = Instance.new("Model")
  56. Part1 = Instance.new("Part")
  57. Part2 = Instance.new("Part")
  58. Decal3 = Instance.new("Decal")
  59. Part4 = Instance.new("Part")
  60. Decal5 = Instance.new("Decal")
  61. Model0.Name = "True Dj Table"
  62. Model0.Parent = mas
  63. Part1.Parent = Model0
  64. Part1.BrickColor = BrickColor.new("Really black")
  65. Part1.Size = Vector3.new(33.2900009, 39.2799988, 67.7200089)
  66. Part1.CFrame = CFrame.new(-16.3549976, 19.6399994, -67.8099823, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  67. Part1.BottomSurface = Enum.SurfaceType.Smooth
  68. Part1.TopSurface = Enum.SurfaceType.Smooth
  69. Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  70. Part1.Position = Vector3.new(-16.3549976, 19.6399994, -67.8099823)
  71. Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  72. Part2.Name = "Speaker1"
  73. Part2.Parent = Model0
  74. Part2.BrickColor = BrickColor.new("Really black")
  75. Part2.Rotation = Vector3.new(0, 90, 0)
  76. Part2.Size = Vector3.new(23.8799953, 40.3499985, 23.7299957)
  77. Part2.CFrame = CFrame.new(-10.9750147, 20.1749992, -14.349987, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  78. Part2.BottomSurface = Enum.SurfaceType.Smooth
  79. Part2.TopSurface = Enum.SurfaceType.Smooth
  80. Part2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  81. Part2.Position = Vector3.new(-10.9750147, 20.1749992, -14.349987)
  82. Part2.Orientation = Vector3.new(0, 90, 0)
  83. Part2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  84. Decal3.Parent = Part2
  85. Decal3.Texture = "http://www.roblox.com/asset/?id=169777386"
  86. Decal3.Face = Enum.NormalId.Back
  87. Part4.Name = "Speaker2"
  88. Part4.Parent = Model0
  89. Part4.BrickColor = BrickColor.new("Really black")
  90. Part4.Rotation = Vector3.new(0, 90, 0)
  91. Part4.Size = Vector3.new(23.8799953, 40.3499985, 23.7299957)
  92. Part4.CFrame = CFrame.new(-13.8250046, 20.1749992, -123.230003, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  93. Part4.BottomSurface = Enum.SurfaceType.Smooth
  94. Part4.TopSurface = Enum.SurfaceType.Smooth
  95. Part4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  96. Part4.Position = Vector3.new(-13.8250046, 20.1749992, -123.230003)
  97. Part4.Orientation = Vector3.new(0, 90, 0)
  98. Part4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  99. Decal5.Parent = Part4
  100. Decal5.Texture = "http://www.roblox.com/asset/?id=169777386"
  101. Decal5.Face = Enum.NormalId.Back
  102. for i,v in pairs(mas:GetChildren()) do
  103. v.Parent = workspace
  104. pcall(function() v:MakeJoints() end)
  105. end
  106. mas:Destroy()
  107. for i,v in pairs(cors) do
  108. spawn(function()
  109. pcall(v)
  110. end)
  111. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement