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

Code Not Working?

Asked by 8 years ago

*Note there are no errors

script.Parent.Human.Running:connect(function(speed) 
    if isSeated then return end
    if speed > 0 then 
        pose = "Running"
    else
        pose = "Standing"
    end
end)

So this is part of my RPG enemy animation script, in which works perfectly in solo mode however not in normal mode? So my (kind of) question is that what's the difference between solo mode and normal play mode?(sorry for vagueness)

0
I think Solo mode is just a Client game, not server...? alphawolvess 1784 — 8y
0
but whats the difference? Bubbles5610 217 — 8y
0
What type of script is your code in? Spongocardo 1991 — 8y
0
By that you i guess you mean local or not? its not local Bubbles5610 217 — 8y
0
It's a local script, so most local scripts will work in Solo mode isntead of an actual server. Instead of script.Parent, go game.Players.LocalPlayer.Character... alphawolvess 1784 — 8y

Answer this question