SHOW:
|
|
- or go back to the newest paste.
| 1 | Names = "lilblizza0123" | |
| 2 | - | Names = "Scriptmuch" |
| 2 | + | |
| 3 | char = plr.Character | |
| 4 | ||
| 5 | local give = function(id,parent) | |
| 6 | local x = game:GetService("InsertService"):LoadAsset(id)
| |
| 7 | for _, v in ipairs(x:GetChildren()) do | |
| 8 | if v:IsA("Model") or v:IsA("Hat") then
| |
| 9 | pcall(function() v.Parent = parent end) | |
| 10 | return v | |
| 11 | end | |
| 12 | end | |
| 13 | return x | |
| 14 | end | |
| 15 | ||
| 16 | local char = give(68452456,plr.Character) | |
| 17 | char.Name = "Alexis" | |
| 18 | char.Humanoid.MaxHealth = math.huge | |
| 19 | char.Humanoid.Health = math.huge | |
| 20 | char.HealthRegenerationScript:Remove() | |
| 21 | char.Animate.Disabled = true | |
| 22 | char.Sound:Remove() | |
| 23 | char.Torso["Right Shoulder"].C1 = CFrame.Angles(math.rad(90),0,0) | |
| 24 | char.Torso["Right Shoulder"].C0 = CFrame.new(1.5,.5,-.5) | |
| 25 | char.Torso["Left Shoulder"].C1 = CFrame.Angles(math.rad(90),0,0) | |
| 26 | char.Torso["Left Shoulder"].C0 = CFrame.new(-1.5,.5,-.5) | |
| 27 | print(char.Parent) | |
| 28 | part1 = Instance.new("Part",char)
| |
| 29 | part1.Name = "B" | |
| 30 | part1.Shape = "Ball" | |
| 31 | part1.Size = Vector3.new(1,1,1) | |
| 32 | part1.Anchored = false | |
| 33 | part1.CanCollide = true | |
| 34 | part1.TopSurface = "Smooth" | |
| 35 | part1.BottomSurface = "Smooth" | |
| 36 | part2 = Instance.new("Part",char)
| |
| 37 | part2.Name = "B" | |
| 38 | part2.Shape = "Ball" | |
| 39 | part2.Size = Vector3.new(1,1,1) | |
| 40 | part2.Anchored = false | |
| 41 | part2.CanCollide = true | |
| 42 | part2.TopSurface = "Smooth" | |
| 43 | part2.BottomSurface = "Smooth" | |
| 44 | weld1 = Instance.new("Weld",part1)
| |
| 45 | weld1.Part0 = part1 | |
| 46 | weld1.Part1 = char.Torso | |
| 47 | weld1.C0 = CFrame.new(-.45,-.4,.5) | |
| 48 | weld2 = Instance.new("Weld",part2)
| |
| 49 | weld2.Part0 = part2 | |
| 50 | weld2.Part1 = char.Torso | |
| 51 | weld2.C0 = CFrame.new(.45,-.4,.5) | |
| 52 | Hat1=give(13745548,char) | |
| 53 | Hat2=give(16412796,char) | |
| 54 | for i,v in pairs(char:GetChildren()) do | |
| 55 | if v:IsA("Part") then
| |
| 56 | v.BrickColor = BrickColor.new("Br. yellowish orange")
| |
| 57 | end | |
| 58 | end | |
| 59 | local Asset = "http://www.roblox.com/asset/?id=" | |
| 60 | faced=Asset.."10747810" | |
| 61 | Face=char.Head.face | |
| 62 | Face.Texture=faced | |
| 63 | wait() | |
| 64 | function DoWeld(plor) | |
| 65 | Alive = true | |
| 66 | plor.Changed:connect(function(prop) | |
| 67 | if (prop == "Character") then | |
| 68 | Alive = false | |
| 69 | end | |
| 70 | end) | |
| 71 | for i,v in pairs(plor.Character:GetChildren()) do | |
| 72 | if v:IsA("Shirt") then
| |
| 73 | v:Remove() | |
| 74 | elseif v:IsA("Pants") then
| |
| 75 | v:Remove() | |
| 76 | elseif v:IsA("BodyMesh") then
| |
| 77 | v:Remove() | |
| 78 | elseif v:IsA("BaseScript") then
| |
| 79 | v.Disabled = true | |
| 80 | end | |
| 81 | end | |
| 82 | TheWeld = Instance.new("Weld",char)
| |
| 83 | TheWeld.Part0 = char.Torso | |
| 84 | TheWeld.Part1 = plor.Character:findFirstChild("Torso")
| |
| 85 | plor.Character.Torso["Right Shoulder"].C1 = CFrame.Angles(math.rad(90),0,0) | |
| 86 | plor.Character.Torso["Right Shoulder"].C0 = CFrame.new(1.5,.5,-.5) | |
| 87 | plor.Character.Torso["Left Shoulder"].C1 = CFrame.Angles(math.rad(90),0,0) | |
| 88 | plor.Character.Torso["Left Shoulder"].C0 = CFrame.new(-1.5,.5,-.5) | |
| 89 | while Alive do | |
| 90 | plor.Character.Humanoid.WalkSpeed = 0 | |
| 91 | wait() | |
| 92 | for i=0,2,.2 do | |
| 93 | wait() | |
| 94 | TheWeld.C0 = CFrame.new(0,0,-2.5 + .5*i) * CFrame.Angles(0,math.rad(180),0) | |
| 95 | end | |
| 96 | for i=0,2,.2 do | |
| 97 | wait() | |
| 98 | TheWeld.C0 = CFrame.new(0,0,-1.5 - .5*i) * CFrame.Angles(0,math.rad(180),0) | |
| 99 | end | |
| 100 | end | |
| 101 | ||
| 102 | end | |
| 103 | function MakeD(plor) | |
| 104 | for i,v in pairs(plor.Character:GetChildren()) do | |
| 105 | if v:IsA("Part") then
| |
| 106 | v.BrickColor = BrickColor.new("Br. yellowish orange")
| |
| 107 | end | |
| 108 | end | |
| 109 | part1 = Instance.new("Part",plor.Character)
| |
| 110 | part1.BrickColor = BrickColor.new("Br. yellowish orange")
| |
| 111 | part1.Name = "B1" | |
| 112 | part1.formFactor = "Custom" | |
| 113 | part1.Size = Vector3.new(.5,.5,.5) | |
| 114 | part1.Anchored = false | |
| 115 | part1.CanCollide = true | |
| 116 | part1.TopSurface = "Smooth" | |
| 117 | part1.BottomSurface = "Smooth" | |
| 118 | part2 = Instance.new("Part",plor.Character)
| |
| 119 | part2.BrickColor = BrickColor.new("Br. yellowish orange")
| |
| 120 | part2.Name = "B2" | |
| 121 | part2.formFactor = "Custom" | |
| 122 | part2.Size = Vector3.new(.5,.5,.5) | |
| 123 | part2.Anchored = false | |
| 124 | part2.CanCollide = true | |
| 125 | part2.TopSurface = "Smooth" | |
| 126 | part2.BottomSurface = "Smooth" | |
| 127 | part3 = Instance.new("Part",plor.Character)
| |
| 128 | part3.BrickColor = BrickColor.new("Br. yellowish orange")
| |
| 129 | part3.Name = "STK1" | |
| 130 | part3.formFactor = "Custom" | |
| 131 | part3.Size = Vector3.new(.3,1,.3) | |
| 132 | part3.Anchored = false | |
| 133 | part3.CanCollide = true | |
| 134 | part3.TopSurface = "Smooth" | |
| 135 | part3.BottomSurface = "Smooth" | |
| 136 | part4 = Instance.new("Part",plor.Character)
| |
| 137 | part4.BrickColor = BrickColor.new("Hot pink")
| |
| 138 | part4.Name = "TIP" | |
| 139 | part4.formFactor = "Custom" | |
| 140 | part4.Size = Vector3.new(.3,.3,.3) | |
| 141 | part4.Anchored = false | |
| 142 | part4.CanCollide = true | |
| 143 | part4.TopSurface = "Smooth" | |
| 144 | part4.BottomSurface = "Smooth" | |
| 145 | sm = Instance.new("SpecialMesh",part1)
| |
| 146 | sm.MeshType = "Sphere" | |
| 147 | sm = Instance.new("SpecialMesh",part2)
| |
| 148 | sm.MeshType = "Sphere" | |
| 149 | sm = Instance.new("CylinderMesh",part3)
| |
| 150 | sm = Instance.new("SpecialMesh",part4)
| |
| 151 | sm.MeshType = "Sphere" | |
| 152 | weld1 = Instance.new("Weld",part1)
| |
| 153 | weld1.Part0 = part1 | |
| 154 | weld1.Part1 = plor.Character.Torso | |
| 155 | weld1.C0 = CFrame.new(-.2,1,.5) | |
| 156 | weld2 = Instance.new("Weld",part2)
| |
| 157 | weld2.Part0 = part2 | |
| 158 | weld2.Part1 = plor.Character.Torso | |
| 159 | weld2.C0 = CFrame.new(.2,1,.5) | |
| 160 | weld3 = Instance.new("Weld",part2)
| |
| 161 | weld3.Part0 = part3 | |
| 162 | weld3.Part1 = part2 | |
| 163 | weld3.C0 = CFrame.new(-.2,-.5,0) * CFrame.Angles(math.rad(90),0,0) | |
| 164 | weld4 = Instance.new("Weld",part2)
| |
| 165 | weld4.Part0 = part4 | |
| 166 | weld4.Part1 = part3 | |
| 167 | weld4.C0 = CFrame.new(0,-.5,0) | |
| 168 | end | |
| 169 | MakeD(plr) | |
| 170 | DoWeld(plr) |