Right when I touch the part to get tp'ed it waits like 2 secs to tp me.. I want it right away.
Admins = { "Player1", } script.Parent.Touched:connect(function(hit) for i,v in pairs(Admins) do if hit.Parent.Name == v then hit.Parent:WaitForChild("Torso").CFrame = script.Parent.Parent.TpedTo.CFrame * CFrame.new(0,5,0) end end end)