Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- User = game.Workspace.Supr14
- ArtiCube = Instance.new("Part", game.Workspace.Supr14)
- ArtiCube.Material = "Neon"
- ArtiCube.Size = Vector3.new(1, 1, 1)
- ArtiCube.BrickColor = BrickColor.new("Cyan")
- ArtiCube.CFrame = CFrame.new(0, 10, 0)
- ArtiCube.Anchored = false
- ArtiCube.CanCollide = false
- Light = Instance.new("PointLight", ArtiCube)
- Light.Brightness = 1
- Light.Range = 20
- Light.Color = Color3.new(0, 0, 255)
- Light.Enabled = true
- IntroSound = Instance.new("Sound", ArtiCube)
- IntroSound.SoundId = "http://www.roblox.com/asset/?id=138208170"
- IntroSound.Volume = 1
- IntroSound.Looped = false
- IntroSound.Parent = ArtiCube
- IntroSound:play()
- Sound = Instance.new("Sound", ArtiCube)
- Sound.SoundId = "http://www.roblox.com/asset/?id=187544064"
- Sound.Volume = 0.1
- Sound.Looped = true
- Sound.Parent = ArtiCube
- Sound:play()
- local PB = Instance.new("BodyPosition", ArtiCube)
- PB.MaxForce = Vector3.new(10000, 10000, 10000)
- function onPlayerEntered(nP) ----------------- The OnPlayerEntered script (Long)
- Sound2 = Instance.new("Sound", ArtiCube)
- Sound2.Volume = 3
- Sound2.SoundId = "http://www.roblox.com/asset/?id=247824088"
- Sound2.Looped = false
- Sound2.Parent = ArtiCube
- ArtiCube.BrickColor = BrickColor.new("Lime green")
- Light.Brightness = 0
- Light.Range = 0
- Light2 = Instance.new("PointLight", ArtiCube)
- Light2.Brightness = 1
- Light2.Range = 20
- Light2.Color = Color3.new(0, 255, 0)
- Light2.Enabled = true
- Sound2:play()
- wait(4)
- ArtiCube.BrickColor = BrickColor.new("Cyan")
- Light2:Remove()
- Light.Brightness = 1
- Light.Range = 20
- end
- game.Players.PlayerAdded:connect(onPlayerEntered)
- local list = { "yes", "no" }
- local n = #list
- local Admins = {["Supr14"] = true}
- game.Players.LocalPlayer.Chatted:connect(function(message)
- if message:sub(1,9) == "ArtiMusic" then
- local id = message:sub(11)
- sound1 = Instance.new("Sound", ArtiCube)
- sound1.Volume = 1
- sound1.Looped = true
- sound1.SoundId = "http://www.roblox.com/asset/?id=" .. id
- sound1:Play()
- while sound1.IsPlaying do
- ArtiCube.Size = Vector3.new(sound1.PlaybackLoudness/300, sound1.PlaybackLoudness/300, sound1.PlaybackLoudness/300)
- wait()
- end
- end
- end)
- game.Players.LocalPlayer.Chatted:connect(function(message)
- if message:sub(1,7) == "Volume;" then
- local vol = message:sub(8)
- sound1.Volume = 0 .. vol
- end
- end)
- PlayersTEXT = game.Players.LocalPlayer
- PlayersTEXT.Chatted:connect(function(Message)
- if Message == "ArtiCube;createpart" and Admins[game.Players.LocalPlayer.Name] then
- BLOCK = Instance.new("Part", workspace)
- elseif Message == "ArtiCube;test" and Admins[game.Players.LocalPlayer.Name] then
- local ChatService = game:GetService("Chat")
- ChatService:Chat(game.Workspace.Supr14.Head, "Test")
- elseif Message == "ArtiCube;biggersize" and Admins[game.Players.LocalPlayer.Name] then
- for i = 1, 10 do
- ArtiCube.Size = ArtiCube.Size + Vector3.new(0.1, 0.1, 0.1)
- wait()
- end
- elseif Message == "ArtiCube;smallersize" and Admins[game.Players.LocalPlayer.Name] then
- for i = 1, 10 do
- ArtiCube.Size = ArtiCube.Size - Vector3.new(0.1, 0.1, 0.1)
- wait()
- end
- elseif Message == "stopmusic;" and Admins[game.Players.LocalPlayer.Name] then
- sound1:Stop()
- wait(0.5)
- sound1:Remove()
- ArtiCube.Size = Vector3.new(1, 1, 1)
- elseif Message == "god;" and Admins[game.Players.LocalPlayer.Name] then
- game.Workspace.Supr14.Humanoid.MaxHealth = 50000000000000
- wait(0.5)
- game.Workspace.Supr14.Humanoid.Health = 50000000000000
- elseif Message == "MLGCube;" and Admins[game.Players.LocalPlayer.Name] then
- Handle = Instance.new("Part", ArtiCube)
- Handle.CanCollide = false
- Mesh = Instance.new("FileMesh", Handle)
- Mesh.MeshId = "http://www.roblox.com/asset/?id=121910245"
- Mesh.TextureId = "http://www.roblox.com/asset/?id=121947422"
- w1 = Instance.new("Weld", Handle)
- w1.Name = "Handle_Weld"
- w1.Part0 = Handle
- w1.Part1 = ArtiCube
- w1.C0 = CFrame.new(0, 0, 0)
- wait(1)
- local ChatService = game:GetService("Chat")
- ChatService:Chat(ArtiCube, "Hello dank m8's welcome to script builder 101")
- wait(3)
- local ChatService = game:GetService("Chat")
- ChatService:Chat(ArtiCube, "I'm the dank mlg cube, hail to me")
- elseif Message == "8Cube;" and Admins[game.Players.LocalPlayer.Name] then
- local ChatService = game:GetService("Chat")
- ChatService:Chat(ArtiCube, list[math.random(n)])
- else
- end
- end)
- while wait() do
- ArtiCube.CFrame = ArtiCube.CFrame * CFrame.new(0, 0, 0) * CFrame.Angles(0.03, 0, 0.03)
- PB.Position = game.Workspace.Supr14:FindFirstChild("Torso").CFrame * CFrame.new(2, 2, 1.5).p
- end
- debounce = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement