#pls help me

9 messages · Page 1 of 1 (latest)

versed beacon
#

you can teleport the player when he touches the part

glossy nest
#

asking for free script 🥺

plucky oracle
#
local part = script.Parent

part.Touched:Connect(function(otherPart)
  if otherPart:FindFirstChild("Humanoid") then
    otherPart.Humanoid.Health = 0
  end
end)
#

script goes inside part

plucky oracle
noble depot
#

just to respawn the player

plucky oracle
#

if you kill then it respawns

#

or what you can do is tp them to the spawn point