Hi guys,
I made a teleport system using Raycast, it returns result.Position
, and I teleport the player there by using HRP.Position = result.Position
.
The player does teleport, but I don’t know how to allow the player to freely move around after that.