Hello.
I was trying to get player's HumanoidRootPart inside of player, but it doesn't work... Here is the local script code.
local hrp = game.Players.LocalPlayer.Character.HumanoidRootPart
And this is what it says in output --> HumanoidRootPart is not a valid member of Model
Help.