#Respawn Script
23 messages · Page 1 of 1 (latest)
** You are now Level 2! **
Humanoid don't have Vector3 property
oh ok
so how do i set the position?
thats crazy you put vector3
Real
Tf is Humanoid.Vector3.new lmao
That's why you are S2, you don't have his scripter vision
Either set Humanoid.Parent.HumanoidRootPart.Position = Vector3.new(x,y,z)
Or
started one day ago i knew i was gana get flammed🙏
oh ok thanks u im js retarted
Humanoid.Parent:MoveTo(Vector3.new(x,y,z))
Id recommend the latter @livid tendon
ah ok
local part = script.Parent
part.Touched:Connect(function(obj)
local character = obj.Parent
local humanoid = character:FindFirstChild("Humanoid")
if humanoid and humanoid.Health > 0 then
local hrp = character:FindFirstChild("HumanoidRootPart")
if hrp then
hrp.CFrame = CFrame.new(part.Position + Vector3.new(0, 3, 0))
end
end
end)
Shush s1
it dont work
🙏
try just using
local part = script.Parent
part.Touched:Connect(function(obj)
if obj.Parent:IsA("Model") and obj.Parent:FindFirstChild("Humanoid") then
obj.Parent:MoveTo(Vector3.new(0,0,0))
end
end)
this is simpler if u dont know cframes
Ur PFP is hot
