I have no idea how i teleport a specific part to the local player or near them, please help.
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.