So when i open the game in studio, no error in server logs or output, but when i join the game, i see that theres an infinite yeld possible on "right shoulder" (which is my custom character). The only part of script using "right shoulder" was that part
local RightShoulder = Figure:WaitForChild("Right Arm")
But except that nothing else uses it and it doesnt tell me which line.
Try
local RightShoulder = Figure:WaitForChild("Right Arm") end)