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
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
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.