I'm trying to use the FindFirstChild on the player in the workspace.
local h = PhysicalPlayer:FindFirstChild("Humanoid")
However, I get the error: local h = PhysicalPlayer:FindFirstChild("Humanoid"), which makes no sense to me.
Please explain.
Maybe do character:WaitForChild('Humanoid', 5) as the character may be taking too long to load?