Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I teleport a part to the player?

Asked by 4 years ago

Please provide more explanation in your question. If you explain exactly what you are trying to accomplish, it will be much easier to answer your question correctly.

I have no idea how i teleport a specific part to the local player or near them, please help.

0
Do you want it to teleport to the Local Player or just the player? (Do you want the local player to be the only one who sees the part, or do you want everyone to see it?) IDKBlox 349 — 4y

1 answer

Log in to vote
0
Answered by
BiIinear 104
4 years ago

Even though you ignored the community guidelines, i'll help.

If you want to teleport a part near the player, use this.

Part.Position = player.Character.HumanoidRootPart.Position + player.Character.HumanoidRootPart.CFrame.LookVector * 2

I'm sure you know how to set this up. Name the "Part" to the Block you want to teleport to the player. I'm guessing you're using a function, so do ":Connect(function(player)". If I'm wrong, please state out the error.

Ad

Answer this question