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

Hey can some one walk me through to make my gun automatic?

Asked by 9 years ago

I have a gun, its more like a bow. I need it to shoot like a gun but the best I could do was make it semi-automatic. I need it to like shoot automatic when the left click is pressed.

0
function onEquipped(mouse) equipped=true if mouse~=nil then mouse.Icon="rbxasset://textures\\GunCursor.png" mouse.Button1Down:connect(function() local hu=sp.Parent:FindFirstChild("Humanoid") local he=sp.Parent:FindFirstChild("Head") local t=sp.Parent:FindFirstChild("Torso") if check and hu and hu.Health>0 and t and he then check=false alonzo12345 60 — 9y
0
You can edit your post. Please edit your post and use a Code block. iaz3 190 — 9y

Answer this question