Moving only the Torso/HumanoidRootPart and not the character?
Basically when you spawn in it is supposed to move/teleport your character in a different location of game. (Example where you came from), first it wasn't working at all now it is working thanks to the last question I asked.. But, it's only moving the torso if I say Torso
. If I say Humanoid
it says it isn't valid and if I say HumanoidRootPart
it just moves the humanoidrootpart and not the whole player itself.
1 | local Data = game:GetService( "TeleportService" ):GetLocalPlayerTeleportData() |
7 | game.Players.LocalPlayer.Character:FindFirstChild( "HumanoidRootPart" ) |
8 | game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Vector 3. new(- 227.2 , 150.2 , - 236.2 ) |