how do i do this plz answer
I believe you could use Vector3.new but I may be wrong. For example, you could do this:
local tool = -- GET THE TOOL HERE local Player = -- GET THE PLAYER HERE local Handle = tool.Handle local TeleportTo = Player.HumanoidRootPart.Position -- An Event could go here requesting the Player and tool Handle.Position = Vector3.new(TeleportTo.X, TeleportTo.Y, TeleportTo.Z)
This is something I just wrote up so I don't fully know if it works.
Enjoy!
Closed as Not Constructive by JesseSong
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?