Kann jemand scripten?

2 Antworten

Hey,

game.Players.PlayerAdded:Connect(function(player)

  player.Character.Humanoid.Died:Connect(function()

    local respawnLocation = CFrame.new(Vector3.new(0, 5, 0)) - Koordinaten des Parts (Block)

    wait(5)

    player.Character:SetPrimaryPartCFrame(respawnLocation)

  end)

end)

Woher ich das weiß:Hobby

Dann mach eine funktion wenn der spieler kein leben hat und dann änderst du die position in der funktion.

Woher ich das weiß:Hobby – Programmiere spiele seit 2018