Hello! I am making a part in my game where a cutscene is finished and the players camera is set back to custom and then teleported to an object, there is one problem. The player moves uncontrollably and will just spin out of the world. I am unable to find out why other than the fact that it only happens when I teleport the player.
local player = game.Players.LocalPlayer
local char = player.Character or player.Character:Wait()
local hRoot = char.HumanoidRootPart
local movePart3 = --MovePart3 Here
hRoot.CFrame = CFrame.new(movePart3.CFrame)