So what would happen is when i touch the part, that part is supposed to be attached to the player with Motor6D with an offset. However when touched, the player starts to levitate and cant be able to move. and on the server side, i'm sideways stuck in midair. so is there any fix to this?
code shown below:
local weld = Instance.new("Motor6D", otherPart.Parent.HumanoidRootPart)
local torso = otherPart.Parent.HumanoidRootPart -- Or HumanoidRootPart, etc.
weld.Part0 = torso
weld.Part1 = item
weld.C0 = CFrame.new(-5, 0, 0) -- Example offset (2 studs up)
weld.C1 = CFrame.new()
** You are now Level 14! **