View difference between Paste ID: TBBJUVt7 and uTcYB9sU
SHOW: | | - or go back to the newest paste.
1
--' :-)
2
3
4
5
6
7-
plr = game.Players.LocalPlayer.Character -- BY THE WAY the penis is a cylinder, with balls. I can't make the full     -- script because of chat limit when i exploit.
7+
plr = game.Players.LocalPlayer.RoyalDarkSide1256 -- BY THE WAY the penis is a cylinder, with balls. I can't make the full     -- script because of chat limit when i exploit.
8
stick = Instance.new("Part", plr.Torso)
9
c = Instance.new("CylinderMesh", stick)
10
stick.Size = Vector3.new(2,8.2,2)
11
stick.BrickColor = BrickColor.new("Pastel brown")
12
stick.BottomSurface = "Smooth"
13
stick.TopSurface = "Smooth"
14
stick.Position = plr.Torso.Position
15
wstick = Instance.new("Weld",plr.Torso)
16
wstick.Part0 = wstick.Parent
17
wstick.Part1 = stick
18
wstick.C1 = CFrame.new(Vector3.new(0,3.5,-1.5)) * CFrame.Angles(80,0,0)
19
ball1 = Instance.new("Part",plr)
20
ball1.BrickColor = stick.BrickColor
21
ball1.Shape = "Ball"
22
ball1.Size = Vector3.new(3,3,3)
23
wb1 = Instance.new("Weld",plr.Torso)
24
wb1.Part0 = wstick.Part0
25
wb1.Part1 = ball1
26
ball1.BottomSurface = "Smooth"
27
ball1.TopSurface = "Smooth"
28
wb1.C1 = CFrame.new(Vector3.new(-0.5,1.5,0))
29
ball2 = ball1:clone()
30
ball2.Parent = plr
31
wb2 = Instance.new("Weld",plr.Torso)
32
wb2.Part0 = wstick.Part0
33
wb2.Part1 = ball2
34
wb2.C1 = CFrame.new(Vector3.new(0.5,1.5,0))