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