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

I want to make this CUSTOM animation script to a server sided script , how?

Asked by 3 years ago

****So I made a script so I can have custom animation. Here is the script.

game.Players.PlayerAdded:connect(function(player)
        player.CharacterAdded:connect(function(character)
player.Character.Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=5171959206" --fall--
player.Character.Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=5171744485" --idle--
player.Character.Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=5171744485" --idle2--
player.Character.Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=5171912027" --jump--
player.Character.Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=5171886191" --walk/run--
end)
end)



I want to make it server sided, please! Your help is appreciated. Thanks!

0
You can already put it in the server sided script. SuperBlockUAlt 40 — 3y
0
Hey there, I don't know how to put it tho. How? DaNinjaRoblox23 7 — 3y
0
ServerScriptService SuperBlockUAlt 40 — 3y
0
Oh ok! Let's try! DaNinjaRoblox23 7 — 3y
0
Nope, won't work. DaNinjaRoblox23 7 — 3y

Answer this question