Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

My welds aren't connecting the Humanoid's Torso even with CanCollide off?

Asked by 8 years ago
01-- DisruptedWings @2016
02-- Kyuubi 1 - Tails Script Build
03local user = game.Players.LocalPlayer
04local p1 = Instance.new("Part")
05local p2 = Instance.new("Part")
06local p3 = Instance.new("Part")
07local p4 = Instance.new("Part")
08local p5 = Instance.new("Part")
09local p6 = Instance.new("Part")
10--------------------------------
11-- Customization / PVariation --
12--------------------------------
13p1.Parent = workspace
14p1.Material = Enum.Material.SmoothPlastic
15p1.Size = Vector3.new(2.26, 2.04, 1.19)
View all 26 lines...
0
When I test it out, I'm stuck in the air after I spawn but when I look down I can see the part below me. It follows me, but it's not attached to my Torso at all. VisorDEV 0 — 8y

Answer this question