[Foot Step Script] Trying to Fix please Help?
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)