C0RRUPT3Join Date: 2017-03-18 Post Count: 1322 |
I want players to spawn with only one hat and the 2.0 package. ( I'm using R15! )
The hat I want is this: https://www.roblox.com/catalog/106709229/Pirate-Topper
I have the shirt and pants thing done, along with the face and body colour.
How do I do this?
|
|
AliicsJoin Date: 2014-09-29 Post Count: 471 |
Could weld a block to the top of character's head with a mesh on it for the hat. As for the 2.0 package, you just need to clone the proper objects in the character, if I recall correctly. |
|
C0RRUPT3Join Date: 2017-03-18 Post Count: 1322 |
I have no idea what you mean...
( I'm new to ROBLOX Studio.. ) |
|
|
StarterCharacter. google it and use wiki |
|
C0RRUPT3Join Date: 2017-03-18 Post Count: 1322 |
It's just a bunch of links to random things.
I want to be able to script the thing, not read a bunch of links that aren't useful. |
|
markjacJoin Date: 2009-07-18 Post Count: 927 |
If you just want someone to script it for you that won't help you at all. You said you were new to studio, if you have no idea how to do something either read about it or script more basic ideas. |
|
|
umm "links to random things"
those random things are what most of us worked with ya doik
make your r15 dummy adding shirts, pants, get that hat and weld it to your dummy and rename it to StarterCharacter then put it into StarterPlayer
|
|
Denny9876Join Date: 2012-10-19 Post Count: 117 |
StarterCharacter does kinda have to do with your problem, but I think you want to use StarterPlayer, which is located in the Explorer tab.
If you want everyone to have a certain character, make a model character and name it "StarterCharacter". The game then will make that the default character for everyone. Make sure it's a model and has all the things a character needs to function too.
If you want to read more about it here's the link :
http://wiki.roblox.com/index.php?title=API:Class/StarterPlayer |
|
C0RRUPT3Join Date: 2017-03-18 Post Count: 1322 |
I named it starter character but it didn't work... |
|
Denny9876Join Date: 2012-10-19 Post Count: 117 |
Make sure it's perfectly named "StarterCharacter", it is a working character, and it's in StarterPlayer.
And I mean StarterPlayer only, not StarterCharacterScripts or StarterPlayerScripts, just StarterPlayer. |
|
C0RRUPT3Join Date: 2017-03-18 Post Count: 1322 |
I got it working, but my character is hovering and not on the ground.
I made the character into a model to see what is wrong with it.
https://www.roblox.com/library/1218290617/2-0-R15-Pirate |
|
Denny9876Join Date: 2012-10-19 Post Count: 117 |
I tested it, seems to be working for me but I got an error too from it.
So click StarterCharacter, and you should see something called "PrimaryPart". Click the blank space next to "PrimaryPart" and find something called "HumanoidRootPart" in the StarterCharacter. Click HumanoidRootPart and it should be fixed. |
|
C0RRUPT3Join Date: 2017-03-18 Post Count: 1322 |
Thanks.
I managed to fix it too by using a different template for the character. |
|