#problem with playing an animation on a player

11 messages · Page 1 of 1 (latest)

coarse snow
#

you cant refrence the character and humanoid like this cuz they take longer to load

#

insted you should write

#

local player = game.Players.LocalPlayer

#

local character = player.Character or player.CharacterAdded:Wait

#

local humanoid = character:WaitForChild("Humanoid")

#

idk

#

sorry

#

im a begginer

#

the script is in local player script right?

#

it does

#

local script dont work in workspace