Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --TRUE DJ SCRIPT BY BASSTRACKER1970
- --Converted with ttyyuu12345's model to script plugin v4
- -- Objects
- local DJGui = Instance.new("ScreenGui")
- local TextBox = Instance.new("TextBox")
- local TextButton = Instance.new("TextButton")
- -- Properties
- DJGui.Name = "DJ Gui"
- DJGui.Parent = game.Players.LocalPlayer.PlayerGui
- TextBox.Parent = DJGui
- TextBox.BackgroundColor3 = Color3.new(0, 0, 0)
- TextBox.Position = UDim2.new(0, 0, 0.637316585, 0)
- TextBox.Size = UDim2.new(0, 200, 0, 50)
- TextBox.Font = Enum.Font.Fantasy
- TextBox.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
- TextBox.Text = "PASTE MUSIC ID HERE"
- TextBox.TextColor3 = Color3.new(1, 1, 1)
- TextBox.TextSize = 14
- TextButton.Parent = DJGui
- TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
- TextButton.Position = UDim2.new(0, 0, 0.742138386, 0)
- TextButton.Size = UDim2.new(0, 200, 0, 50)
- TextButton.Font = Enum.Font.Fantasy
- TextButton.Text = "CLICK HERE TO SELECT ID"
- TextButton.TextColor3 = Color3.new(1, 1, 1)
- TextButton.TextSize = 14
- TextButton.MouseButton1Down:connect(function()
- sound = Instance.new("Sound",game.Players.LocalPlayer.Character)
- sound.SoundId = "rbxassetid://"..TextBox.Text
- sound.Looped = true
- sound:Play()
- end)
- function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- Model0 = Instance.new("Model")
- Part1 = Instance.new("Part")
- Part2 = Instance.new("Part")
- Decal3 = Instance.new("Decal")
- Part4 = Instance.new("Part")
- Decal5 = Instance.new("Decal")
- Model0.Name = "True Dj Table"
- Model0.Parent = mas
- Part1.Parent = Model0
- Part1.BrickColor = BrickColor.new("Really black")
- Part1.Size = Vector3.new(33.2900009, 39.2799988, 67.7200089)
- Part1.CFrame = CFrame.new(-16.3549976, 19.6399994, -67.8099823, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part1.BottomSurface = Enum.SurfaceType.Smooth
- Part1.TopSurface = Enum.SurfaceType.Smooth
- Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part1.Position = Vector3.new(-16.3549976, 19.6399994, -67.8099823)
- Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part2.Name = "Speaker1"
- Part2.Parent = Model0
- Part2.BrickColor = BrickColor.new("Really black")
- Part2.Rotation = Vector3.new(0, 90, 0)
- Part2.Size = Vector3.new(23.8799953, 40.3499985, 23.7299957)
- Part2.CFrame = CFrame.new(-10.9750147, 20.1749992, -14.349987, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- Part2.BottomSurface = Enum.SurfaceType.Smooth
- Part2.TopSurface = Enum.SurfaceType.Smooth
- Part2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part2.Position = Vector3.new(-10.9750147, 20.1749992, -14.349987)
- Part2.Orientation = Vector3.new(0, 90, 0)
- Part2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Decal3.Parent = Part2
- Decal3.Texture = "http://www.roblox.com/asset/?id=169777386"
- Decal3.Face = Enum.NormalId.Back
- Part4.Name = "Speaker2"
- Part4.Parent = Model0
- Part4.BrickColor = BrickColor.new("Really black")
- Part4.Rotation = Vector3.new(0, 90, 0)
- Part4.Size = Vector3.new(23.8799953, 40.3499985, 23.7299957)
- Part4.CFrame = CFrame.new(-13.8250046, 20.1749992, -123.230003, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- Part4.BottomSurface = Enum.SurfaceType.Smooth
- Part4.TopSurface = Enum.SurfaceType.Smooth
- Part4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part4.Position = Vector3.new(-13.8250046, 20.1749992, -123.230003)
- Part4.Orientation = Vector3.new(0, 90, 0)
- Part4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Decal5.Parent = Part4
- Decal5.Texture = "http://www.roblox.com/asset/?id=169777386"
- Decal5.Face = Enum.NormalId.Back
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = workspace
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement