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

RPG Aim [closed]

Asked by 10 years ago

I cant make the aim of the RPG work... plz help...

Closed as Not Constructive by User#2

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
0
Answered by
RedCombee 585 Moderation Voter
10 years ago

I would suggest that you give the original script because just saying something doesn't work isn't enough for anyone to help you.

0
Tool = script.Parent local arms = nil local torso = nil local weld33 = nil -- right arm local weld55 = nil -- left arm local welds = {} local reloading = false function ReloadSequence() -- this will be a pain in my blocky butt. wait(.05) weld33.C1 = CFrame.new(-0.75, -0.8, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0) wait(.05) local mag2 = Instance.new("Part") mag2.Size = V Kapitanovas 0 — 10y
Ad