Cake Cape Roblox
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Jul 21st, 2015
Cake Cape Code Roblox
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- --MADE BY OneLegend (NOT THE SCRIPT) Thanks to TheRedAngel for letting me add. Feel free to take his model too. http://www.roblox.com/TheRedAngels-SB-Gift-NEW-SCRIPTS-item?id=88063410
- wait(2);
- function Cape(player,color)
- if (player:FindFirstChild('Head') nil) then return nil; end
- m.Name = 'Cape_Yshi';
- neckpiece.formFactor = 'Plate';
- neckpiece.Name = 'NeckPiece';
- neckpiece.CanCollide = false;
- neckpiece.BottomSurface = 'Smooth';
- local neckweld = Instance.new('Weld',neckpiece);
- neckweld.Part0 = player.Head;
- neckweld.C0 = CFrame.new(0,-.5,0);
- seg1.Size = Vector3.new(3,.4,1);
- seg1.Name = 'Segment_1';
- seg1w.Part0 = neckpiece;
- seg1w.C0 = CFrame.new(0,0,.45);
- seg1w.C1 = CFrame.new(0,0,-.45)*CFrame.Angles(math.rad(-80),0,0);
- seg2.Parent = m;
- local seg2w = Instance.new('Weld',seg2);
- seg2w.Part1 = seg2;
- seg2w.C1 = CFrame.new(0,0,-.45)*CFrame.Angles(math.rad(-5),0,0);
- local seg3 = seg2:Clone();
- seg3.Name = 'Segment_3';
- seg3w.Part0 = seg2;
- seg3w.C0 = CFrame.new(0,0,.45);
- seg3w.C1 = CFrame.new(0,0,-.45)*CFrame.Angles(math.rad(-2),0,0);
- seg4.Name = 'Segment_4';
- local seg4w = Instance.new('Weld',seg4);
- seg4w.Part1 = seg4;
- seg4w.C1 = CFrame.new(0,0,-.45);
- end
- function Flex(cape,vals)
- if(i ~= 1) then
- cape:GetChildren()[i].Weld.C1 = CFrame.new(0,0,-.45)*CFrame.Angles(math.rad(vals[i-1]),0,0);
- end
- local char = game.Players.LocalPlayer.Character;
- local lastfrstrad = -60;
- local frstrad = -60;
- ta = ta1 * char.Torso.Velocity.magnitude/16 + 1 * (math.random()+.5);
- ta = math.random(90,100)/10;
- frstrad = frstrad + (char.Torso.Velocity.magnitude) + math.sin(i)*3*ta;
- frstrad = 65;
- frstrad = -80;
- if(char.Humanoid:HasCustomStatus('Flying'))then
- ta = 15;
- frstrad = (frstrad+lastfrstrad)/2;
- Flex(cape,{frstrad,math.sin(i+20)*-1*ta,math.sin(i+20)*2*ta,math.sin(i+20)*ta,math.sin(i+20)*-1*ta});
- end
- print 'Hello world!'