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

[Foot Step Script] Trying to Fix please Help?

Asked by 9 years ago

Please provide explanation with your answers. Simply posting code does not spread knowledge of integral scripting processes which helps people understand the logic and reasoning behind your answer.
game.Players.PlayerAdded:connect(function(Player)
    Player.CharacterAdded:connect(function(Character)
        local puddle = game.ServerStorage.Puddles.Puddle2:Clone()
        left = script.Parent:FindFirstChild("Left Leg")
        puddle.Parent = game.Workspace
        puddle.CFrame = CFrame.new(left.Position)
    end)

end)
1
What are you trying to do, and what exactly is the problem? Perci1 4988 — 9y
0
make a puddle come from the players leg as they are walking Timster111 25 — 9y

Answer this question