Is this right? I just joined, and no one told me how to see a scripts errors, so I'll post it here first, so I don't get an error.
function Teleport(t)
h = t:FindFirstChild("Humanoid")
if h ~= nil then
h.Parent.Torso.Position = Vector3.new(20,102,13)
deb = true
wait(4)
deb = false
end
end
script.Parent.Touched:connect(Teleport)
This also shows my Scripting Progress. It's going great, and I hope to be like some of you great scripters someday!
¦CordConnector¦ |