Advertisement
wamandnj

Untitled

Mar 13th, 2019
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.65 KB | None | 0 0
  1. print("Visualizer; ArtiMusic Volume; stopmusic;")
  2. print("More; ArtiCube;createpart ArtiCube;test ArtiCube;biggersize")
  3. print("ArtiCube;smallersize god;")
  4. print("enjoy!")
  5.  
  6. User = game.Workspace.TameDoNotClick
  7.  
  8. ArtiCube = Instance.new("Part", game.Workspace.TameDoNotClick)
  9. ArtiCube.Material = "Neon"
  10. ArtiCube.Size = Vector3.new(1, 1, 1)
  11. ArtiCube.BrickColor = BrickColor.new("Cyan")
  12. ArtiCube.CFrame = CFrame.new(0, 10, 0)
  13. ArtiCube.Anchored = false
  14. ArtiCube.CanCollide = false
  15. Light = Instance.new("PointLight", ArtiCube)
  16. Light.Brightness = 1
  17. Light.Range = 20
  18. Light.Color = Color3.new(0, 0, 255)
  19. Light.Enabled = true
  20. IntroSound = Instance.new("Sound", ArtiCube)
  21. IntroSound.SoundId = "http://www.roblox.com/asset/?id=138208170"
  22. IntroSound.Volume = 1
  23. IntroSound.Looped = false
  24. IntroSound.Parent = ArtiCube
  25. IntroSound:play()
  26. Sound = Instance.new("Sound", ArtiCube)
  27. Sound.SoundId = "http://www.roblox.com/asset/?id=187544064"
  28. Sound.Volume = 0.1
  29. Sound.Looped = true
  30. Sound.Parent = ArtiCube
  31. Sound:play()
  32. local PB = Instance.new("BodyPosition", ArtiCube)
  33. PB.MaxForce = Vector3.new(10000, 10000, 10000)
  34. function onPlayerEntered(nP) ----------------- The OnPlayerEntered script (Long)
  35. Sound2 = Instance.new("Sound", ArtiCube)
  36. Sound2.Volume = 3
  37. Sound2.SoundId = "http://www.roblox.com/asset/?id=247824088"
  38. Sound2.Looped = false
  39. Sound2.Parent = ArtiCube
  40. ArtiCube.BrickColor = BrickColor.new("Lime green")
  41. Light.Brightness = 0
  42. Light.Range = 0
  43. Light2 = Instance.new("PointLight", ArtiCube)
  44. Light2.Brightness = 1
  45. Light2.Range = 20
  46. Light2.Color = Color3.new(0, 255, 0)
  47. Light2.Enabled = true
  48. Sound2:play()
  49. wait(4)
  50. ArtiCube.BrickColor = BrickColor.new("Cyan")
  51. Light2:Remove()
  52. Light.Brightness = 1
  53. Light.Range = 20
  54. end
  55. game.Players.PlayerAdded:connect(onPlayerEntered)
  56.  
  57. local list = { "yes", "no" }
  58. local n = #list
  59.  
  60. local Admins = {["TameDoNotClick"] = true}
  61.  
  62. game.Players.LocalPlayer.Chatted:connect(function(message)
  63. if message:sub(1,9) == "ArtiMusic" then
  64. local id = message:sub(11)
  65. sound1 = Instance.new("Sound", ArtiCube)
  66. sound1.Volume = 1
  67. sound1.Looped = true
  68. sound1.SoundId = "http://www.roblox.com/asset/?id=" .. id
  69. sound1:Play()
  70. while sound1.IsPlaying do
  71. ArtiCube.Size = Vector3.new(sound1.PlaybackLoudness/300, sound1.PlaybackLoudness/300, sound1.PlaybackLoudness/300)
  72. wait()
  73. end
  74. end
  75. end)
  76.  
  77. game.Players.LocalPlayer.Chatted:connect(function(message)
  78. if message:sub(1,7) == "Volume;" then
  79. local vol = message:sub(8)
  80. sound1.Volume = 0 .. vol
  81. end
  82. end)
  83.  
  84. PlayersTEXT = game.Players.LocalPlayer
  85. PlayersTEXT.Chatted:connect(function(Message)
  86. if Message == "ArtiCube;createpart" and Admins[game.Players.LocalPlayer.Name] then
  87. BLOCK = Instance.new("Part", workspace)
  88. elseif Message == "ArtiCube;test" and Admins[game.Players.LocalPlayer.Name] then
  89. local ChatService = game:GetService("Chat")
  90. ChatService:Chat(game.Workspace.TameDoNotClick.Head, "Test")
  91. elseif Message == "ArtiCube;biggersize" and Admins[game.Players.LocalPlayer.Name] then
  92. for i = 1, 10 do
  93. ArtiCube.Size = ArtiCube.Size + Vector3.new(0.1, 0.1, 0.1)
  94. wait()
  95. end
  96. elseif Message == "ArtiCube;smallersize" and Admins[game.Players.LocalPlayer.Name] then
  97. for i = 1, 10 do
  98. ArtiCube.Size = ArtiCube.Size - Vector3.new(0.1, 0.1, 0.1)
  99. wait()
  100. end
  101. elseif Message == "stopmusic;" and Admins[game.Players.LocalPlayer.Name] then
  102. sound1:Stop()
  103. wait(0.5)
  104. sound1:Remove()
  105. ArtiCube.Size = Vector3.new(1, 1, 1)
  106. elseif Message == "god;" and Admins[game.Players.LocalPlayer.Name] then
  107. game.Workspace.TameDoNotClick.Humanoid.MaxHealth = 50000000000000
  108. wait(0.5)
  109. game.Workspace.TameDoNotClick.Humanoid.Health = 50000000000000
  110. elseif Message == "MLGCube;" and Admins[game.Players.LocalPlayer.Name] then
  111. Handle = Instance.new("Part", ArtiCube)
  112. Handle.CanCollide = false
  113. Mesh = Instance.new("FileMesh", Handle)
  114. Mesh.MeshId = "http://www.roblox.com/asset/?id=121910245"
  115. Mesh.TextureId = "http://www.roblox.com/asset/?id=121947422"
  116. w1 = Instance.new("Weld", Handle)
  117. w1.Name = "Handle_Weld"
  118. w1.Part0 = Handle
  119. w1.Part1 = ArtiCube
  120. w1.C0 = CFrame.new(0, 0, 0)
  121. wait(1)
  122. local ChatService = game:GetService("Chat")
  123. ChatService:Chat(ArtiCube, "Hello dank m8's welcome to script builder 101")
  124. wait(3)
  125. local ChatService = game:GetService("Chat")
  126. ChatService:Chat(ArtiCube, "I'm the dank mlg cube, hail to me")
  127. elseif Message == "8Cube;" and Admins[game.Players.LocalPlayer.Name] then
  128. local ChatService = game:GetService("Chat")
  129. ChatService:Chat(ArtiCube, list[math.random(n)])
  130. else
  131. end
  132. end)
  133.  
  134. while wait() do
  135. ArtiCube.CFrame = ArtiCube.CFrame * CFrame.new(0, 0, 0) * CFrame.Angles(0.03, 0, 0.03)
  136. PB.Position = game.Workspace.TameDoNotClick:FindFirstChild("Torso").CFrame * CFrame.new(2, 2, 1.5).p
  137. end
  138.  
  139. debounce = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement