SHOW:
|
|
- or go back to the newest paste.
| 1 | ||
| 2 | --Converted with ttyyuu12345's model to script plugin v4 | |
| 3 | function sandbox(var,func) | |
| 4 | local env = getfenv(func) | |
| 5 | local newenv = setmetatable({},{
| |
| 6 | __index = function(self,k) | |
| 7 | if k=="script" then | |
| 8 | return var | |
| 9 | else | |
| 10 | return env[k] | |
| 11 | end | |
| 12 | end, | |
| 13 | }) | |
| 14 | setfenv(func,newenv) | |
| 15 | return func | |
| 16 | end | |
| 17 | cors = {}
| |
| 18 | mas = Instance.new("Model",game:GetService("Lighting"))
| |
| 19 | - | Part0 = Instance.new("Part")
|
| 19 | + | Model0 = Instance.new("Model")
|
| 20 | - | Decal1 = Instance.new("Decal")
|
| 20 | + | Part1 = Instance.new("Part")
|
| 21 | - | Script2 = Instance.new("Script")
|
| 21 | + | SpecialMesh2 = Instance.new("SpecialMesh")
|
| 22 | - | Camera3 = Instance.new("Camera")
|
| 22 | + | Weld3 = Instance.new("Weld")
|
| 23 | - | Sound4 = Instance.new("Sound")
|
| 23 | + | Decal4 = Instance.new("Decal")
|
| 24 | - | Part0.Name = "Dancing Bowser" |
| 24 | + | Sound5 = Instance.new("Sound")
|
| 25 | - | Part0.Parent = mas |
| 25 | + | PitchShiftSoundEffect6 = Instance.new("PitchShiftSoundEffect")
|
| 26 | - | Part0.CFrame = CFrame.new(-15.3099985, 103.744995, -159.884995, -1, 0, 0, 0, 1, 0, 0, 0, -1) |
| 26 | + | Part7 = Instance.new("Part")
|
| 27 | - | Part0.Orientation = Vector3.new(0, 180, 0) |
| 27 | + | Part8 = Instance.new("Part")
|
| 28 | - | Part0.Position = Vector3.new(-15.3099985, 103.744995, -159.884995) |
| 28 | + | Part9 = Instance.new("Part")
|
| 29 | - | Part0.Rotation = Vector3.new(-180, 0, -180) |
| 29 | + | Humanoid10 = Instance.new("Humanoid")
|
| 30 | - | Part0.Color = Color3.new(0.294118, 0.592157, 0.294118) |
| 30 | + | Script11 = Instance.new("Script")
|
| 31 | - | Part0.Transparency = 1 |
| 31 | + | Part12 = Instance.new("Part")
|
| 32 | - | Part0.Size = Vector3.new(203.380005, 207.48999, 0.230000019) |
| 32 | + | SpecialMesh13 = Instance.new("SpecialMesh")
|
| 33 | - | Part0.Anchored = true |
| 33 | + | Part14 = Instance.new("Part")
|
| 34 | - | Part0.BrickColor = BrickColor.new("Bright green")
|
| 34 | + | Part15 = Instance.new("Part")
|
| 35 | - | Part0.TopSurface = Enum.SurfaceType.SmoothNoOutlines |
| 35 | + | Part16 = Instance.new("Part")
|
| 36 | - | Part0.brickColor = BrickColor.new("Bright green")
|
| 36 | + | Shirt17 = Instance.new("Shirt")
|
| 37 | - | Part0.FormFactor = Enum.FormFactor.Custom |
| 37 | + | Pants18 = Instance.new("Pants")
|
| 38 | - | Part0.formFactor = Enum.FormFactor.Custom |
| 38 | + | Part19 = Instance.new("Part")
|
| 39 | - | Decal1.Parent = Part0 |
| 39 | + | Fire20 = Instance.new("Fire")
|
| 40 | - | Decal1.Texture = "http://www.roblox.com/asset/?id=1092111742" |
| 40 | + | Model0.Name = "Sans" |
| 41 | - | Script2.Name = "Decal Changer" |
| 41 | + | Model0.Parent = mas |
| 42 | - | Script2.Parent = Decal1 |
| 42 | + | Part1.Name = "Hea" |
| 43 | - | table.insert(cors,sandbox(Script2,function() |
| 43 | + | Part1.Parent = Model0 |
| 44 | - | --put this script inside the decal you want to change |
| 44 | + | Part1.CFrame = CFrame.new(-69.4000015, 4.49995708, 79.4000015, 0, 0, -1, 0, 1, 0, 1, 0, 0) |
| 45 | - | --to find the decal texture, insert the decal you want on a brick. Look into the brick and click the decal. Scroll Down and it says texture. |
| 45 | + | Part1.Orientation = Vector3.new(0, -90, 0) |
| 46 | - | --copy the url into the "insert texture here" spot |
| 46 | + | Part1.Position = Vector3.new(-69.4000015, 4.49995708, 79.4000015) |
| 47 | Part1.Rotation = Vector3.new(0, -90, 0) | |
| 48 | - | while true do --Loop |
| 48 | + | Part1.Color = Color3.new(0.972549, 0.972549, 0.972549) |
| 49 | - | script.Parent.Texture = "http://www.roblox.com/asset/?id=1092111447" |
| 49 | + | Part1.Size = Vector3.new(2, 1, 1) |
| 50 | - | wait(0.14) |
| 50 | + | Part1.Anchored = true |
| 51 | - | script.Parent.Texture = "http://www.roblox.com/asset/?id=1092111742" |
| 51 | + | Part1.BottomSurface = Enum.SurfaceType.Smooth |
| 52 | - | wait(0.14) |
| 52 | + | Part1.BrickColor = BrickColor.new("Institutional white")
|
| 53 | - | script.Parent.Texture = "http://www.roblox.com/asset/?id=1092112007" |
| 53 | + | Part1.TopSurface = Enum.SurfaceType.Smooth |
| 54 | - | wait(0.14) |
| 54 | + | Part1.brickColor = BrickColor.new("Institutional white")
|
| 55 | - | script.Parent.Texture = "http://www.roblox.com/asset/?id=1092111742" |
| 55 | + | Part1.FormFactor = Enum.FormFactor.Symmetric |
| 56 | - | wait(0.14) |
| 56 | + | Part1.formFactor = Enum.FormFactor.Symmetric |
| 57 | - | script.Parent.Texture = "http://www.roblox.com/asset/?id=1092111447" |
| 57 | + | SpecialMesh2.Parent = Part1 |
| 58 | - | wait(0.14) |
| 58 | + | SpecialMesh2.Scale = Vector3.new(1.25, 1.25, 1.25) |
| 59 | - | script.Parent.Texture = "http://www.roblox.com/asset/?id=1092112712" |
| 59 | + | Weld3.Parent = Part1 |
| 60 | - | wait(0.14) |
| 60 | + | Weld3.C0 = CFrame.new(0, -1.5, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) |
| 61 | - | script.Parent.Texture = "http://www.roblox.com/asset/?id=1092113091" |
| 61 | + | Decal4.Parent = Part1 |
| 62 | - | wait(0.14) |
| 62 | + | Decal4.Texture = "http://www.roblox.com/asset/?id=416805592" |
| 63 | - | script.Parent.Texture = "http://www.roblox.com/asset/?id=1092112712" |
| 63 | + | Sound5.Parent = Part1 |
| 64 | - | wait(0.14) |
| 64 | + | Sound5.Looped = true |
| 65 | Sound5.MaxDistance = 100 | |
| 66 | Sound5.Playing = true | |
| 67 | - | Camera3.Name = "ThumbnailCamera" |
| 67 | + | Sound5.SoundId = "rbxassetid://395780625" |
| 68 | - | Camera3.Parent = Part0 |
| 68 | + | Sound5.Volume = 6 |
| 69 | - | Camera3.CFrame = CFrame.new(-6.57363367, 2.98247933, 1.54901493, 0.999902487, -0.000219300156, 0.0139627457, -1.45519152e-11, 0.999876678, 0.015704155, -0.0139644677, -0.0157026239, 0.999779224) |
| 69 | + | PitchShiftSoundEffect6.Parent = Sound5 |
| 70 | - | Camera3.CoordinateFrame = CFrame.new(-6.57363367, 2.98247933, 1.54901493, 0.999902487, -0.000219300156, 0.0139627457, -1.45519152e-11, 0.999876678, 0.015704155, -0.0139644677, -0.0157026239, 0.999779224) |
| 70 | + | PitchShiftSoundEffect6.Octave = 1.2000000476837 |
| 71 | - | Camera3.Focus = CFrame.new(-6.60155916, 2.95107102, -0.450543523, 1, 0, 0, 0, 1, 0, 0, 0, 1) |
| 71 | + | Part7.Name = "Torso" |
| 72 | - | Camera3.focus = CFrame.new(-6.60155916, 2.95107102, -0.450543523, 1, 0, 0, 0, 1, 0, 0, 0, 1) |
| 72 | + | Part7.Parent = Model0 |
| 73 | - | Sound4.Parent = Part0 |
| 73 | + | Part7.CFrame = CFrame.new(-69.4000015, 2.999964, 79.4000015, 0, 0, -1, 0, 1, 0, 1, 0, 0) |
| 74 | - | Sound4.Looped = true |
| 74 | + | Part7.Orientation = Vector3.new(0, -90, 0) |
| 75 | - | Sound4.MaxDistance = 8.9999999721255e+35 |
| 75 | + | Part7.Position = Vector3.new(-69.4000015, 2.999964, 79.4000015) |
| 76 | - | Sound4.Playing = true |
| 76 | + | Part7.Rotation = Vector3.new(0, -90, 0) |
| 77 | - | Sound4.SoundId = "rbxassetid://143649847" |
| 77 | + | Part7.Color = Color3.new(0.972549, 0.972549, 0.972549) |
| 78 | - | Sound4.Volume = 5 |
| 78 | + | Part7.Size = Vector3.new(2, 2, 1) |
| 79 | Part7.Anchored = true | |
| 80 | Part7.BottomSurface = Enum.SurfaceType.Smooth | |
| 81 | Part7.BrickColor = BrickColor.new("Institutional white")
| |
| 82 | Part7.LeftParamA = 0 | |
| 83 | Part7.LeftParamB = 0 | |
| 84 | Part7.RightParamA = 0 | |
| 85 | Part7.RightParamB = 0 | |
| 86 | Part7.TopSurface = Enum.SurfaceType.Smooth | |
| 87 | Part7.brickColor = BrickColor.new("Institutional white")
| |
| 88 | Part7.FormFactor = Enum.FormFactor.Symmetric | |
| 89 | Part7.formFactor = Enum.FormFactor.Symmetric | |
| 90 | Part8.Name = "Left Leg" | |
| 91 | Part8.Parent = Model0 | |
| 92 | Part8.CFrame = CFrame.new(-69.4000015, 1.00000405, 78.9000015, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 93 | Part8.Orientation = Vector3.new(0, -90, 0) | |
| 94 | Part8.Position = Vector3.new(-69.4000015, 1.00000405, 78.9000015) | |
| 95 | Part8.Rotation = Vector3.new(0, -90, 0) | |
| 96 | Part8.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 97 | Part8.Size = Vector3.new(1, 2, 1) | |
| 98 | Part8.Anchored = true | |
| 99 | Part8.BottomSurface = Enum.SurfaceType.Smooth | |
| 100 | Part8.BrickColor = BrickColor.new("Institutional white")
| |
| 101 | Part8.TopSurface = Enum.SurfaceType.Smooth | |
| 102 | Part8.brickColor = BrickColor.new("Institutional white")
| |
| 103 | Part8.FormFactor = Enum.FormFactor.Symmetric | |
| 104 | Part8.formFactor = Enum.FormFactor.Symmetric | |
| 105 | Part9.Name = "Right Leg" | |
| 106 | Part9.Parent = Model0 | |
| 107 | Part9.CFrame = CFrame.new(-69.4000015, 1.00000405, 79.9000015, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 108 | Part9.Orientation = Vector3.new(0, -90, 0) | |
| 109 | Part9.Position = Vector3.new(-69.4000015, 1.00000405, 79.9000015) | |
| 110 | Part9.Rotation = Vector3.new(0, -90, 0) | |
| 111 | Part9.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 112 | Part9.Size = Vector3.new(1, 2, 1) | |
| 113 | Part9.Anchored = true | |
| 114 | Part9.BottomSurface = Enum.SurfaceType.Smooth | |
| 115 | Part9.BrickColor = BrickColor.new("Institutional white")
| |
| 116 | Part9.TopSurface = Enum.SurfaceType.Smooth | |
| 117 | Part9.brickColor = BrickColor.new("Institutional white")
| |
| 118 | Part9.FormFactor = Enum.FormFactor.Symmetric | |
| 119 | Part9.formFactor = Enum.FormFactor.Symmetric | |
| 120 | Humanoid10.Parent = Model0 | |
| 121 | Humanoid10.LeftLeg = Part8 | |
| 122 | Humanoid10.NameOcclusion = Enum.NameOcclusion.NoOcclusion | |
| 123 | Humanoid10.RightLeg = Part9 | |
| 124 | Humanoid10.Torso = Part7 | |
| 125 | Script11.Name = "Animation" | |
| 126 | Script11.Parent = Model0 | |
| 127 | table.insert(cors,sandbox(Script11,function() | |
| 128 | while true do | |
| 129 | wait(0.1) | |
| 130 | script.Parent.RA.Transparency = 0 | |
| 131 | script.Parent.RA1.Transparency = 1 | |
| 132 | wait(0.5) | |
| 133 | script.Parent.RA1.Transparency = 0 | |
| 134 | script.Parent.RA.Transparency = 1 | |
| 135 | end | |
| 136 | ||
| 137 | end)) | |
| 138 | Part12.Name = "Vuvuzela" | |
| 139 | Part12.Parent = Model0 | |
| 140 | Part12.CFrame = CFrame.new(-67.2400055, 3.36996007, 79.4000015, 8.94069672e-08, -0.866033018, 0.499980032, 1.19209346e-07, 0.499979794, 0.866032183, -0.999992847, -5.96046448e-08, 1.49011612e-07) | |
| 141 | Part12.Orientation = Vector3.new(-60, 90, 0) | |
| 142 | Part12.Position = Vector3.new(-67.2400055, 3.36996007, 79.4000015) | |
| 143 | Part12.Rotation = Vector3.new(-90, 30, 90) | |
| 144 | Part12.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 145 | Part12.Size = Vector3.new(2, 2.4000001, 1) | |
| 146 | Part12.Anchored = true | |
| 147 | Part12.BottomSurface = Enum.SurfaceType.Smooth | |
| 148 | Part12.BrickColor = BrickColor.new("Institutional white")
| |
| 149 | Part12.TopSurface = Enum.SurfaceType.Smooth | |
| 150 | Part12.brickColor = BrickColor.new("Institutional white")
| |
| 151 | SpecialMesh13.Parent = Part12 | |
| 152 | SpecialMesh13.MeshId = "http://www.roblox.com/asset/?id=29086478" | |
| 153 | SpecialMesh13.TextureId = "http://www.roblox.com/asset/?id=36527069" | |
| 154 | SpecialMesh13.MeshType = Enum.MeshType.FileMesh | |
| 155 | Part14.Name = "Left Arm" | |
| 156 | Part14.Parent = Model0 | |
| 157 | Part14.CFrame = CFrame.new(-68.9000015, 3.4999609, 78.6999969, -0.707084835, -0.612387955, -0.35357064, 0, 0.500008881, -0.866020322, 0.707128823, -0.612349808, -0.353548646) | |
| 158 | Part14.Orientation = Vector3.new(60, -135, 0) | |
| 159 | Part14.Position = Vector3.new(-68.9000015, 3.4999609, 78.6999969) | |
| 160 | Part14.Rotation = Vector3.new(112.209999, -20.7099991, 139.110001) | |
| 161 | Part14.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 162 | Part14.Size = Vector3.new(1, 2, 1) | |
| 163 | Part14.Anchored = true | |
| 164 | Part14.BottomSurface = Enum.SurfaceType.Smooth | |
| 165 | Part14.BrickColor = BrickColor.new("Institutional white")
| |
| 166 | Part14.TopSurface = Enum.SurfaceType.Smooth | |
| 167 | Part14.brickColor = BrickColor.new("Institutional white")
| |
| 168 | Part14.FormFactor = Enum.FormFactor.Symmetric | |
| 169 | Part14.formFactor = Enum.FormFactor.Symmetric | |
| 170 | Part15.Name = "RA1" | |
| 171 | Part15.Parent = Model0 | |
| 172 | Part15.CFrame = CFrame.new(-68.2999954, 3.39994907, 80.1999969, 0.49998197, -0.86603719, 0, 0, -1.49011612e-08, -1.00000024, 0.866036296, 0.499982387, 7.45058237e-09) | |
| 173 | Part15.Orientation = Vector3.new(90, -60, 0) | |
| 174 | Part15.Position = Vector3.new(-68.2999954, 3.39994907, 80.1999969) | |
| 175 | Part15.Rotation = Vector3.new(90, 0, 60) | |
| 176 | Part15.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 177 | Part15.Transparency = 1 | |
| 178 | Part15.Size = Vector3.new(1, 2, 1) | |
| 179 | Part15.Anchored = true | |
| 180 | Part15.BottomSurface = Enum.SurfaceType.Smooth | |
| 181 | Part15.BrickColor = BrickColor.new("Institutional white")
| |
| 182 | Part15.TopSurface = Enum.SurfaceType.Smooth | |
| 183 | Part15.brickColor = BrickColor.new("Institutional white")
| |
| 184 | Part15.FormFactor = Enum.FormFactor.Symmetric | |
| 185 | Part15.formFactor = Enum.FormFactor.Symmetric | |
| 186 | Part16.Name = "RA" | |
| 187 | Part16.Parent = Model0 | |
| 188 | Part16.CFrame = CFrame.new(-68.2999954, 3.39994907, 80.1999969, 0.49998197, -0.836529493, -0.224137977, 0, 0.25880897, -0.965928793, 0.866036296, 0.482946992, 0.129399821) | |
| 189 | Part16.Orientation = Vector3.new(75, -60, 0) | |
| 190 | Part16.Position = Vector3.new(-68.2999954, 3.39994907, 80.1999969) | |
| 191 | Part16.Rotation = Vector3.new(82.3699951, -12.9499998, 59.1299973) | |
| 192 | Part16.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 193 | Part16.Size = Vector3.new(1, 2, 1) | |
| 194 | Part16.Anchored = true | |
| 195 | Part16.BottomSurface = Enum.SurfaceType.Smooth | |
| 196 | Part16.BrickColor = BrickColor.new("Institutional white")
| |
| 197 | Part16.TopSurface = Enum.SurfaceType.Smooth | |
| 198 | Part16.brickColor = BrickColor.new("Institutional white")
| |
| 199 | Part16.FormFactor = Enum.FormFactor.Symmetric | |
| 200 | Part16.formFactor = Enum.FormFactor.Symmetric | |
| 201 | Shirt17.Name = "Shirt" | |
| 202 | Shirt17.Parent = Model0 | |
| 203 | Shirt17.ShirtTemplate = "http://www.roblox.com/asset/?id=302011210" | |
| 204 | Pants18.Name = "Pants" | |
| 205 | Pants18.Parent = Model0 | |
| 206 | Pants18.PantsTemplate = "http://www.roblox.com/asset/?id=305718140" | |
| 207 | Part19.Name = "Flame" | |
| 208 | Part19.Parent = Model0 | |
| 209 | Part19.CFrame = CFrame.new(-68.8000031, 4.59995794, 79.1999969, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 210 | Part19.Position = Vector3.new(-68.8000031, 4.59995794, 79.1999969) | |
| 211 | Part19.Color = Color3.new(0, 1, 1) | |
| 212 | Part19.Transparency = 1 | |
| 213 | Part19.Size = Vector3.new(1.4000001, 1.4000001, 1.4000001) | |
| 214 | Part19.Anchored = true | |
| 215 | Part19.BottomSurface = Enum.SurfaceType.Smooth | |
| 216 | Part19.BrickColor = BrickColor.new("Toothpaste")
| |
| 217 | Part19.TopSurface = Enum.SurfaceType.Smooth | |
| 218 | Part19.brickColor = BrickColor.new("Toothpaste")
| |
| 219 | Part19.Shape = Enum.PartType.Ball | |
| 220 | Fire20.Parent = Part19 | |
| 221 | Fire20.Color = Color3.new(0, 1, 1) | |
| 222 | Fire20.Size = 2 | |
| 223 | Fire20.Heat = 25 | |
| 224 | Fire20.size = 2 | |
| 225 | for i,v in pairs(mas:GetChildren()) do | |
| 226 | v.Parent = workspace | |
| 227 | pcall(function() v:MakeJoints() end) | |
| 228 | end | |
| 229 | mas:Destroy() | |
| 230 | for i,v in pairs(cors) do | |
| 231 | spawn(function() | |
| 232 | pcall(v) | |
| 233 | end) | |
| 234 | end |