#The Script doesnt work. help please.

17 messages · Page 1 of 1 (latest)

finite raft
#

It is extremely difficult to help you with what you're giving

graceful needle
#

wdym

#

what else am i supossed to give then

finite raft
#

Do you have OBS

graceful needle
#

no, i can get one tho.

#

should i?

finite raft
#

Get OBS and make a recording of your problem

graceful needle
#

alright.

last minnowBOT
#

studio** You are now Level 2! **studio

dense oyster
#

local animTrack =

#

animTrack:AdjustSpeed(1)

#

animTrack:Play()

graceful needle
#

tool.Equipped:Connect(function()
tool.Handle.Unsheath:Play()
local AnimTrack = tool.Parent:FindFirstChild("Humanoid").Animator:LoadAnimation(EquipAnim):Play()
AnimTrack:AdjustSpeed(1)
AnimTrack:Play()

end)

dense oyster
#

local AnimTrack = tool.Parent:FindFirstChild("Humanoid").Animator:LoadAnimation(EquipAnim):Play()

#

local AnimTrack = tool.Parent:FindFirstChild("Humanoid").Animator:LoadAnimation(EquipAnim)