I have been having problems trying to get the humanoid from the script and I am looking for answers.
try this
local player = game.Players.LocalPlayer-- getting the player and the humanoid local character repeat character = player.Character wait() until character local hum = character:WaitForChild("Humanoid")
I don't think its possible in a normal script