You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
Get HumanoidRootPart in StarterPlayerScripts. -
What is the issue? Include screenshots / videos if possible!
How can i get HumRootPart in StarterPlayerScripts? -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I’ll tryed get HumRootPart from character. (localscript)
local plr = game.Players.LocalPlayer
--local mouse = plr:GetMouse()
local char = plr.Character or plr.CharacterAdded:Wait()
local humpart = char:FindFirstChild("HumanoidRootPart")