yall know the little wait after a player dying/resetting how to remove/reduce the wait ty
Or you can do this
game.Players.PlayerAdded:Connect(function(plr)
plr.CharacterRemoving:Connect(funciton(chr)
plr:LoadCharacter()
end)
end)
yall know the little wait after a player dying/resetting how to remove/reduce the wait ty
Or you can do this
game.Players.PlayerAdded:Connect(function(plr)
plr.CharacterRemoving:Connect(funciton(chr)
plr:LoadCharacter()
end)
end)