Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How Do I Make My Combat System Work?

Asked by 4 years ago

I Trying Making A Combat System And I Can't Seem To Get It To Work Here Is My Code

001local LPunchU = script:WaitForChild("LPunchU")
002local RPunchU = script:WaitForChild("RPunchU")
003 
004local LKickU = script:WaitForChild("LKickU")
005local RKickU = script:WaitForChild("RKickU")
006 
007 
008local char = script.Parent
009 
010local humanoid = char:WaitForChild("Humanoid")
011 
012 
013local uis = game:GetService("UserInputService")
014 
015 
View all 118 lines...

Also I Am Getting This Error Infinite yield possible on 'Workspace.Proskillez342.Combat Handler:WaitForChild("LKickU")'

0
NVM It Been Solve, I Was Just Being Stupid Proskillez342 9 — 4y

Answer this question