1 | local LocalPlayer = game:GetService"Players".LocalPlayer |
2 | local Character = LocalPlayer.Character |
3 | local Ball1 = Instance.new("Part", Character) |
4 | |
5 | Ball1.Size = Vector3.new(1.3,1.3,1.3) |
6 | |
7 | Ball1.Shape = "Ball" |
8 | |
9 | Ball1.BrickColor = BrickColor.new("Pastel brown") |
10 | |
11 | Ball1.TopSurface = "Smooth" |
12 | |
13 | Ball1.BottomSurface = "Smooth" |
14 | |
15 | Ball1.FormFactor = 'Custom' |
16 | |
17 | |
18 | local Ball1Weld = Instance.new("Weld", Character.Torso) |
19 | |
20 | Ball1Weld.Part0 = Character.Torso |
21 | |
22 | Ball1Weld.Part1 = Ball1 |
23 | |
24 | Ball1Weld.C1 = CFrame.new(.5,-.3,.4) |
25 | |
26 | |
27 | |
28 | local Ball2 = Instance.new("Part", Character) |
29 | |
30 | Ball2.Size = Vector3.new(1.3,1.3,1.3) |
31 | |
32 | Ball2.Shape = "Ball" |
33 | |
34 | Ball2.BrickColor = BrickColor.new("Pastel brown") |
35 | |
36 | Ball2.TopSurface = "Smooth" |
37 | |
38 | Ball2.BottomSurface = "Smooth" |
39 | |
40 | Ball2.FormFactor = 'Custom' |
41 | |
42 | |
43 | local Ball2Weld = Instance.new("Weld", Character.Torso) |
44 | |
45 | Ball2Weld.Part0 = Character.Torso |
46 | |
47 | Ball2Weld.Part1 = Ball2 |
48 | |
49 | Ball2Weld.C1 = CFrame.new(-.5,-.3,.4) |
50 | |
51 | |
52 | local Ball3 = Instance.new("Part", Character) |
53 | |
54 | Ball3.Size = Vector3.new(.4,.4,.4) |
55 | |
56 | Ball3.Shape = "Ball" |
57 | |
58 | Ball3.BrickColor = BrickColor.new("Brown") |
59 | |
60 | Ball3.TopSurface = "Smooth" |
61 | |
62 | Ball3.BottomSurface = "Smooth" |
63 | |
64 | Ball3.FormFactor = 'Custom' |
65 | |
66 | |
67 | |
68 | local Ball3Weld = Instance.new("Weld", Character.Torso) |
69 | |
70 | Ball3Weld.Part0 = Character.Torso |
71 | |
72 | Ball3Weld.Part1 = Ball3 |
73 | |
74 | Ball3Weld.C1 = CFrame.new(-.5,-.3,.9) |
75 | |
76 | |
77 | local Ball4 = Instance.new("Part", Character) |
78 | |
79 | Ball4.Size = Vector3.new(.4,.4,.4) |
80 | |
81 | Ball4.Shape = "Ball" |
82 | |
83 | Ball4.BrickColor = BrickColor.new("Brown") |
84 | |
85 | Ball4.TopSurface = "Smooth" |
86 | |
87 | Ball4.BottomSurface = "Smooth" |
88 | |
89 | Ball4.FormFactor = 'Custom' |
90 | |
91 | |
92 | local Ball4Weld = Instance.new("Weld", Character.Torso) |
93 | |
94 | Ball4Weld.Part0 = Character.Torso |
95 | |
96 | Ball4Weld.Part1 = Ball4 |
97 | |
98 | Ball4Weld.C1 = CFrame.new(.5,-.3,.9) |
99 | |
100 | |
101 | local Ball5 = Instance.new("Part", Character) |
102 | |
103 | Ball5.Size = Vector3.new(1.2,1.2,1.2) |
104 | |
105 | Ball5.Shape = "Ball" |
106 | |
107 | Ball5.BrickColor = BrickColor.new("Pastel brown") |
108 | |
109 | Ball5.TopSurface = "Smooth" |
110 | |
111 | Ball5.BottomSurface = "Smooth" |
112 | |
113 | Ball5.FormFactor = 'Custom' |
114 | |
115 | |
116 | local Ball5Weld = Instance.new("Weld", Character.Torso) |
117 | |
118 | Ball5Weld.Part0 = Character.Torso |
119 | |
120 | Ball5Weld.Part1 = Ball5 |
121 | |
122 | Ball5Weld.C1 = CFrame.new(-.5,.9,-.4) |
123 | |
124 | |
125 | local Ball6 = Instance.new("Part", Character) |
126 | |
127 | Ball6.Size = Vector3.new(1.2,1.2,1.2) |
128 | |
129 | Ball6.Shape = "Ball" |
130 | |
131 | Ball6.BrickColor = BrickColor.new("Pastel brown") |
132 | |
133 | Ball6.TopSurface = "Smooth" |
134 | |
135 | Ball6.BottomSurface = "Smooth" |
136 | |
137 | Ball6.FormFactor = 'Custom' |
138 | |
139 | |
140 | local Ball6Weld = Instance.new("Weld", Character.Torso) |
141 | |
142 | Ball6Weld.Part0 = Character.Torso |
143 | |
144 | Ball6Weld.Part1 = Ball6 |
145 | |
146 | Ball6Weld.C1 = CFrame.new(.5,.9,-.4) |