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

How to make it so this Anti Reset script doesnt affect character animation?

Asked by
22To 70
8 years ago

Ok so someone made me this Anti Reset Script, but it affects the Chracters Animation.Like When they move there legs and arms doesnt move, and when they hold a tool it just stays in there hand and dont work.Please help me.

game.Players.PlayerAdded:connect(function(player)--whenever a player joins the game, run the following code and return the player
    player.CharacterAdded:connect(function(character)--whenever a character tailored to the given player spawns, run the following code and return the character
        character:FindFirstChild("Humanoid").Name = "Human"--search for the humanoid inside the given character and rename it "Human"
    end)
end)

0
line 3 is messing ur animations up my advice is delete it ProfessorSev 220 — 8y
0
if i delete it then the anti reset wouldnt work. 22To 70 — 8y
0
then try using find and replace in the script editor menu to replace every instance of it ProfessorSev 220 — 8y
0
how do i do that? 22To 70 — 8y
0
open the script editor then a menu at the top of studio should appear look for the binoculars and ur in business ProfessorSev 220 — 8y

Answer this question