Free Cape In Roblox

BirthdayCake cape code roblox

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.

Cake cape code roblox
Jul 21st, 2015

Cake Cape Code Roblox

Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. --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
  2. wait(2);
  3. function Cape(player,color)
  4. if (player:FindFirstChild('Head') nil) then return nil; end
  5. m.Name = 'Cape_Yshi';
  6. neckpiece.formFactor = 'Plate';
  7. neckpiece.Name = 'NeckPiece';
  8. neckpiece.CanCollide = false;
  9. neckpiece.BottomSurface = 'Smooth';
  10. local neckweld = Instance.new('Weld',neckpiece);
  11. neckweld.Part0 = player.Head;
  12. neckweld.C0 = CFrame.new(0,-.5,0);
  13. seg1.Size = Vector3.new(3,.4,1);
  14. seg1.Name = 'Segment_1';
  15. seg1w.Part0 = neckpiece;
  16. seg1w.C0 = CFrame.new(0,0,.45);
  17. seg1w.C1 = CFrame.new(0,0,-.45)*CFrame.Angles(math.rad(-80),0,0);
  18. seg2.Parent = m;
  19. local seg2w = Instance.new('Weld',seg2);
  20. seg2w.Part1 = seg2;
  21. seg2w.C1 = CFrame.new(0,0,-.45)*CFrame.Angles(math.rad(-5),0,0);
  22. local seg3 = seg2:Clone();
  23. seg3.Name = 'Segment_3';
  24. seg3w.Part0 = seg2;
  25. seg3w.C0 = CFrame.new(0,0,.45);
  26. seg3w.C1 = CFrame.new(0,0,-.45)*CFrame.Angles(math.rad(-2),0,0);
  27. seg4.Name = 'Segment_4';
  28. local seg4w = Instance.new('Weld',seg4);
  29. seg4w.Part1 = seg4;
  30. seg4w.C1 = CFrame.new(0,0,-.45);
  31. end
  32. function Flex(cape,vals)
  33. if(i ~= 1) then
  34. cape:GetChildren()[i].Weld.C1 = CFrame.new(0,0,-.45)*CFrame.Angles(math.rad(vals[i-1]),0,0);
  35. end
  36. local char = game.Players.LocalPlayer.Character;
  37. local lastfrstrad = -60;
  38. local frstrad = -60;
  39. ta = ta1 * char.Torso.Velocity.magnitude/16 + 1 * (math.random()+.5);
  40. ta = math.random(90,100)/10;
  41. frstrad = frstrad + (char.Torso.Velocity.magnitude) + math.sin(i)*3*ta;
  42. frstrad = 65;
  43. frstrad = -80;
  44. if(char.Humanoid:HasCustomStatus('Flying'))then
  45. ta = 15;
  46. frstrad = (frstrad+lastfrstrad)/2;
  47. 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});
  48. end
  49. print 'Hello world!'