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

Gun Scripting FE doesn't print before firing fire event?

Asked by 6 years ago

My gun client doesn't print before firing the fire remote event! Thank you!

01--HandGun Client NYDynamics
02 
03tool = script.Parent
04 
05Ammo = tool:WaitForChild('Ammo')
06MaxAmmo = tool:WaitForChild('MaxAmmo')
07 
08--Remote Events
09 
10Fire = tool:WaitForChild('Fire')
11Dmg = tool:WaitForChild('Dmg')
12Reload = tool:WaitForChild('Reload')
13 
14 
15--Player Var
View all 66 lines...
0
Why would you check if it's a tool, the ClassName never changes lol User#19524 175 — 6y
0
Idk felt like learning how to use it better NYDynamics 71 — 6y

Answer this question