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

I am unsure on how to fix this script anybody have a fix?

Asked by 6 years ago

local UserInput = game:GetService("UserInputService") local RunAnim = Instance.new("Animation") local RunAnim.AnimationId = "http://www.roblox.com/Asset?ID="

UserInput.InputBegan:Connect(function(input,gameProcessed) if input.KeyCode == Enum.KeyCode.LeftShift then local animTrack = Player.Character.Humanoid:LoadAnimation(RunAnim) animTrack:Play() end end

Can you guys help me with this Run script i want to make it compatible for r15 also, if you can please try recreating the script for my because im confused

1 answer

Log in to vote
0
Answered by 6 years ago

Yo just try watching this vid it will probably fix your problem

https://www.google.com/url?sa=t&source=web&rct=j&url=%23&ved=0ahUKEwityous-eDUAhVGNT4KHcUtB8oQxa8BCB0wAA&usg=AFQjCNF1sHlk2z9QIx28jtvfnGP_UlkifA

Ad

Answer this question