#Cannot Find Humanoid (even though its there)
1 messages · Page 1 of 1 (latest)
please release the full code.
if you're going to use humanoid, you have to assign a variable with WaitForChild as the server can run the script before the player loads
here
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local humanoid = character:WaitForChild("Humanoid")
like this
i already used that in another script, this is a modulescript
was the other script a modulescript too?
variables are only global when you use require on a modulescript
i think
no, it was a serverscript
i still cant solve this... someone please help me im about to lose my sanity
try to replace plr with plr.Character
The arg "plr" is a Player instance right?
yes
** You are now Level 4! **
Then do plr.Character.Humanoid
thanks