Trying to make a dino game for fun but having problems with Character Selection

Hi, I recently started up a side project alongside my partner and we’re currently focusing on creating Character Selection so that players can morph into their chosen dinosaur after hitting the “Play” button via the Main Menu GUI.

What is the problem?
Upon finding some free dinosaur models to trial the Character Selection script etc. on (all rigged and animated), everytime we hit “Play” via our Main Menu, the model seems to go into the air and remain there. The player ends up unable to play as the character as well as the camera positioning being odd and nowhere near the model itself.

I have a video of what happens but it’s too big (despite cutting it down significantly to send on here) so would need to send it via a different platform if needed/wanted.

I’m still a noob when it come’s to scripting and not sure what is going on but would highly appreciate any thoughts on what could be causing this and how to fix it.

Thank you!

1 Like

Make sure to name them “StarterCharacter” and placed in starter player

1 Like

That’s been done but still having this problem, really not sure what’s causing it to float let alone not let us morph into it.

1 Like

Virus.exe could be working. Or you haven’t checked all body parts to massless (except hrp i guess). Also chrome dino looks cool

2 Likes

Could you send a rbxm file of the dino you have?

2 Likes

Here’s the file:
Dinosaur File.rbxm (531.7 KB)

2 Likes

Here are the problems i found:

  1. Add a humanoid into the dino
  2. There was no humanoidrootpart in the dino (you can just add a part name it humanoidrootpart. And make sure to face the front of the part in the direction of its head, then add it to the dino weld it to rootpart)
  3. Delete “AnimationController” and “InitialPoses”
  4. Make every part in the dino cancollide off

Heres the dino i made. And works
Dino.rbxm (327.3 KB)

If you got any questions feel free to ask!

2 Likes

Thank you so much! Would you possibly know how to make it so the player can move around in the dinosaur as well? Even without anims/poses as that’s the only issue now haha.

1 Like

Sorry i don’t really get what your asking for…

you want the player to play as the dinosaur, but without anims/poses?

Sorry if im not understanding

1 Like

Yeah I’d like the player to be able to play as the dinosaur but without anims/poses for the time being and no worries!

1 Like

So you would want to have the dinosaur no animations while playing in it?

if that’s the case you would want to disable the “Animate” script in the player character. You can just put a empty local script in “StarterCharacterScripts” and name it “Animate” that should override the basic animate script

1 Like