Hello!
How can I make player teleport to my torso when I type teleport/NAME
And using :Moveto()
. Try to make it on tool and local script.
Lol whole script:
script.Parent.Parent.Equipped:connect(function(mouse) mouse.Button1Down:connect(function() if mouse.Target.Parent:FindFirstChild("Humanoid") ~= nil then mouse.Target.Parent:MoveTo(script.Parent.Position) end end) end)
I just placed placed part in tool then added local script in that part.
Closed as Not Constructive by MrNicNac
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?