It’s quite simple, actually.
I’m just trying to figure out how to insert a BodyPosition (which I’ve put into the Workspace in the meantime) and insert it into the players’ HumanoidRootPart.
Would it be better for me to create a new BodyPosition and have that inserted into the Humanoid?
???
local BodyPosition = Instance.new("BodyPosition")
BodyPosition.Parent = HumanoidRootPart
You need to reference HumanoidRootPart somewhere in your code.
2 Likes