Character Invisible after setting CFrame?

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I want to move character to a part when they spawn in
  2. What is the issue? Include screenshots / videos if possible!
    When I teleport the character to a part after character is fully loaded they are invisible to client even though the code is in a local script and the character of the player is only visible to server.
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I tried adding extra wait but it never worked.
    After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
-- This is an example Lua code block
character.HumanoidRootPart.CFrame = charSpawn.CFrame

Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.

1 Like

Try using SetPrimaryPartCFrame instead of changing the CFrame of the HumanoidRootPart directly.

Try using MoveTo:() Its a great alternative if cframe doesn’t work for humanoids.