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

Animation Not working help?

Asked by 8 years ago
01local BP = Instance.new("BodyPosition")
02Char = script.Parent.Parent.Character
03function FloatEnable(obj)
04    BP.Parent = obj:WaitForChild("Torso")
05    BP.Position = Vector3.new(0,11.36,0)
06    BP.MaxForce = Vector3.new(0,11000,0)
07end
08 
09workspace.PART.Touched:connect(function(obj_hit)
10    if obj_hit.Parent:WaitForChild("Humanoid") then
11        RS = Char.Torso["Right Shoulder"]
12         RS.C0 = RS.C0 *CFrame.Angles(0.16,0,0)
13    LS = Char.Torso["Left Shoulder"]
14         LS.C0 = LS.C0 *CFrame.Angles(0.16,0,0)
15        FloatEnable(obj_hit.Parent)
View all 28 lines...
1
Why on lines 23 and 25, look identical to lines 12 and 14 rexbit 707 — 8y
0
LOL No wonder why xD FlaminSparrow 65 — 8y
0
o3o Clakker200 5 — 8y

1 answer

Log in to vote
0
Answered by 8 years ago

https://www.roblox.com/library/144373835/Animation-Editor

Just Use This.

Ad

Answer this question