#The script doesnt work, please help!
42 messages · Page 1 of 1 (latest)
you have three if statements and two ends
hence why the end for the function is pulling an error
@rugged gust
i added the end and all of the error are gone but it still ant working
alright whats happening and what are the errors and what is it meant to do
is this a local script or no?
its a local yeah
wait what are the errors
there arent any errors its just not working.
yeah handle
you are looking for a humanoid in the backpack
wot
local idle = tool.parent:FindFirstChild("Humanoid")
assuming the player has the tool
what are you trying to say?
can you send a picture of your explorer around your tool
yeah you are going from LinkSword > BackPack > Humanoid (Which doesnt exist)
use the players service and get the local player
so
** You are now Level 3! **
local PLayers = game:GetService("Players")
local player = PLayers.LocalPlayer
local PLayers = game:GetService("Players")
local player = PLayers.LocalPlayer
local character = player.Character
local idle = character:WaitForChild("Humanoid").Animator:LoadAnimation(IdleAnim)