xander5610
(Master_xander5610)
July 27, 2021, 9:41pm
#1
I’M SORRY IF THIS IS IN THE WRONG CATEGORY, I THOUGHT THIS WOULD FIT THE BEST FOR MY TOPIC
I’m making a game and I need to morph the player into a duck for the entire game to make sense but I’m having trouble doing it. I want them to be a duck no matter how many times they die but I also need to have an attack animation that is usable as a duck. What’s the best way to do this with the least amount of code possible?
Thank you!
1 Like
Duplicate the duck, and name it StarterCharacter, Then put it in StarterPlayer
xander5610
(Master_xander5610)
July 27, 2021, 9:59pm
#3
Ok, thank you! I’ll try it now
1 Like
xander5610
(Master_xander5610)
July 27, 2021, 10:03pm
#4
I think I did something wrong, now the camera doesn’t work
1 Like
Make sure The Character is named
StarterCharacter
Exactly like that.
and make sure its in starterPlayer
xander5610
(Master_xander5610)
July 27, 2021, 10:09pm
#6
It’s still not working, here’s the model: Full white duck - Roblox
ill work on it tomorrow, im busy on my project now.
xander5610
(Master_xander5610)
July 27, 2021, 10:11pm
#8
ok, thanks for now. I’ll try with a different model to see if it’s just that one
1 Like
La humanoid root part tiene el anchor activado?
xander5610
(Master_xander5610)
July 27, 2021, 10:16pm
#10
yep it’s anchored, but I didn’t see a humanoid root part
Quit the anchor in all the parts of the StarterCharacter
xander5610
(Master_xander5610)
July 27, 2021, 11:47pm
#12
Ok, I’ll do that when I get a chance
iGottic
(iGottic)
July 28, 2021, 12:12am
#13
You need to rig a duck model properly before you can use it as a playable actor.
1 Like
xander5610
(Master_xander5610)
July 28, 2021, 1:11am
#14
What does it mean to rig something?
iGottic
(iGottic)
July 28, 2021, 1:37am
#15
When you rig something, you are creating joints for it to be animated and movable.
“Rig” is short for “Rigid Body,” which is something like a character in a physics engine such as Roblox.
xander5610
(Master_xander5610)
July 28, 2021, 1:38am
#16
ok, I think I have an extention for that
1 Like
It would just fail to play animations. You can play as a single block if you want.
@xander5610 You need the Model with a HumanoidRootPart, the PrimaryPart set, and a Humanoid Object.
BlockCharacter.rbxm (4.1 KB)
iGottic
(iGottic)
July 28, 2021, 1:43am
#18
That is part of the rigging process already, it should be inferred.
xander5610
(Master_xander5610)
July 28, 2021, 1:45am
#19
ok good, because I have no idea what those tree things are. I’m a bit new.
xander5610
(Master_xander5610)
July 28, 2021, 1:47am
#20
I was wrong my extention just makes people, how do I rig the duck?