Script Changes wont stay after Player Resets

Do this

game.Workspace.ChildAdded:Connect(function(character)
if character:FindFirstChild("Humanoid") then
--Remove local Character = plr.Character etc. etc.
--Keep all the same after this
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.