Hey man these tutorials were literally all I was ever hoping to find on a RUclips channel. I can’t even show how grateful I am to be able to access these videos for free even. Thank you
make to team buttons in screengui then, script.Parent.Mousebutton1Click:Connect(function() - then make a new startercharacter game.StarterPlayer. - put your startercharacter here. then - game.StarterPlayer.-oldstartercharacter:Destroy() game.StarterPlayer.-newstartercharacter.Name = “StarterCharacter” end
For those that want a custom model as a StarterCharacter model, just place an R6 Dummy inside of the model and make it invinsible and put it inside of the model.
i tried doing this before i saw your comment and nothing happens just the model hoes to workspace and becomes visiblel and the player is just invisible the closest thing i got is to make the camera look at the part that i made and thsats it just a non moveable dummy thats you in the game
Maybe make every other body part invisible and have can collide off on those parts then make the torso a circle (or whatever shape you like) I hope this helps, I have not entirely watched the video do this may not help you :P
i know how to do a cube, just make a cube and weld it to any character, put it in starterplayer, and done! (make sure the character is in the cube and it fits)
For R15, you just need to copy the character you want and don't remove anything, just keep all of it and rename it to StarterCharacter and do as the same as the video.
This was a very helpful tutorial! But I wonder, how do you make more than one starter character? Like, a random one every time you join? If you know how, please respond. If not, it's alright!
mmm, you cant using starter character. because when you use it it will only work when the first time when the player is in the game and the script doesn't have time to make it so, I think you will using welds to the original character to make what you want to make.
Is it possible to make it where one team gets a certain avatar while the other has a different one too? (For example, in a WW2 game, Americans get an American soldier as their avatar, Germans get a German soldier as their avatar etc.)
Does this work with your own custom r15 models made yourself? Also, if I swapped or duplicated certain parts around, like the spiked pauldron and the elbow padding of the Bruin Fortune Hunter so they were on different sides, would they appear in the intended orientation?
you can make your own custom character by using the load catalog items plugin and then taking the accesory from the catalog you loaded out of the model that loaded and then put the accesory in your starter character model
OMG.Dude you just saved my game.I really needed this.I wanted to make a game for Ogs/Old roblox style.But I’m a beginner to roblox studios so I’m finding it quite hard scripting so I though why not build instead.
man, I’m here picking up for the other tutorials that used plugins and everything, and you taught a toturial who doesn’t need to do practically anything ...
To all people having a frozen character bug : the character probably needs Humanoid, Animate and health script(s). I got these scripts from copying them from my character to StarterCharacter.
What if you want like one part of the body to change? Like a different torso and legs but others will have the same arms and head? And how would you change it to only do it for specific people?
idk if this works but game.Players.PlayerAdded:Connect(function(plr) local starterCharacters = path to characters folder for _ , character in pairs(StarterCharacters:GetChildren()) do local sort = math.random(1, number of characters u have in the folder) if _ == sort then for _, part in pairs(plr.Character:GetChildren()) if Part.Name ~= "Humanoid" then part:Destroy() end for _, part in pairs(character:GetChildren()) if part.Parent == character and part.Name ~= "Humanoid" then --Final check to make sure everything's goin to work part.Parent = plr.Character plr.Character.Humanoid:TakeDamage(plr.Character.Humanoid.Health) end end end end end
YOU ARE THE BEST. I'm searching stuff up for making a game since I a dev, and just wanna make a quick simple game for me and my friends (You can see my channels for the builds not trying to self advertise.) But honestly you are the best,
Did you use a toolbox avatar? If so, then look into Humanoid and check their walk speed. If it’s 0 then change it to any number above it, and then click play.
i did it but i used my own character (Using the load character lite plugin) and added accessories. when i go in game the character is there, but the accessories arent. Any tips on how to fix this? great tutorial tho
Is there a way where I can spawn as a unique character? Not like a randomized character, but more like when a specific player joins the game, they spawn as a special character model(?). I’m not sure if that makes sense, but I tried.
Hey great tutorial! But can you make a tutorial where you can spawn as multiple characters? Like you spawn as one character then reset then spawn as another character. Please? It'll be really cool! Thanks!
Then don't click anchor. If that answer didn't help you, then next time explain your problem better. :/ Secondly, a similar thing happened to TheDevKing in the video around the 3:00-4:00 mark.
Hey nice video, I just want to ask, today when I was trying my game in roblox studio, I spawn in as a Noob character and my the character names unknown, and I don't spawn as my character. But i didn't have custom character in starterplayer. Do have any solution for this?
now just how to do it for specific players, like for example: owner has their own specific player model they spawn with while others don't (a stylized version of their character)
Hello, I have a question. Can you import your character into, like a part or something and animate it to move around? If your wondering what I’m doing, I want to make an Among us Style Game, for the pc players who can’t afford among us. I want it to be exactly like the game but *WITH MY OWN MODELS* .I don’t want to get copyright striked by a big company yet. I’ll probably change the title screen. I probably Complete this in a couple days, maybe weeks, you know.
Hey man these tutorials were literally all I was ever hoping to find on a RUclips channel. I can’t even show how grateful I am to be able to access these videos for free even. Thank you
Lur Snake Same)
Does anyone happen to know how to start as a character like a fish In flop? Thanks
@@mindlessleeieiiiii thanks
Please I really need a tutorial on how to make it randomize multiple starter players.
@@n1qro who... who were you talking to?
"Alright now lets add a dummy."
*proceeds to insert model of their avatar*
self roasting, that's rare.
LOL
Dam son
.. a dummy is a test subject
@Game Boy √ I don't see the sarcasm in his comment, I apologise
Is there a way to make 2 teams and each team has a different start character if there is a way please tell me
yes watch tweemites fps vid
Yeah, I need to know that cuz I am making a game called Site-666
There's actually lots of videos explaining how to do that if you still need to know! Good luck m8
make to team buttons in screengui then,
script.Parent.Mousebutton1Click:Connect(function()
- then make a new startercharacter
game.StarterPlayer. - put your startercharacter here. then - game.StarterPlayer.-oldstartercharacter:Destroy()
game.StarterPlayer.-newstartercharacter.Name = “StarterCharacter”
end
also make sure you make that with no copy and paste or else nothing will work
For those that want a custom model as a StarterCharacter model, just place an R6 Dummy inside of the model and make it invinsible and put it inside of the model.
You legend
that didnt work for me
for me it just shows the spawn
Thank you
i tried doing this before i saw your comment and nothing happens just the model hoes to workspace and becomes visiblel and the player is just invisible the closest thing i got is to make the camera look at the part that i made and thsats it just a non moveable dummy thats you in the game
is it possible to make the character one shape, my game entirely depends on it
same same
I think yes
idk but you can probably just hide the legs and arms inside of it or something
Maybe make every other body part invisible and have can collide off on those parts then make the torso a circle (or whatever shape you like) I hope this helps, I have not entirely watched the video do this may not help you :P
i know how to do a cube, just make a cube and weld it to any character, put it in starterplayer, and done! (make sure the character is in the cube and it fits)
he did the record of the fastest tutorial on earth
Yes I am the speak the english as well
English is the easiest the of language bro
ye i tell english too
@@turq123 oof i arent of english good : (
@@duckii7995 not rly if u dont speak english
For R15, you just need to copy the character you want and don't remove anything, just keep all of it and rename it to StarterCharacter and do as the same as the video.
Thanks
That Nue pfp tho
Thanks
Did not help, It just spawned me into the void.
4 years later its still helpful
Fr
@@Csabi33 tbh yes
Do u know how a certain person can spawn as a different startercharacter then the other players ?
Yes! I need this tutorial too.
hey you need to set up a gui for that but i cant help you with that one haha
devforum.roblox.com/t/how-to-make-a-custom-character-loader/183756
yes we need this
I need this as well.
This is the first Roblox tutorial that actually works
Can you do tutorial how to spawn as model character with 2 teams?
ye
@@Diamentional YAH
just do while true do
This was simpler then I expected! Thank you for the video!
Dude thank you I've been trying to figure out how to do this for so long.
same
Thank you, we need more tutorials like this in the world. Quick, down to the point, and not an ad for the channel. Good job :)
Surprisingly simple, I was expecting to have to script, thank you!
Same
Thank you I was looking for smth like this
HELLO YOUNGER ME OH MY GOD??
This is super easy to do and it worked my game now as a custom character
How do u make the character move
Cuz mine won’t move
@@manglextheanimator1987 animation
@@DEOMIX_YT no, mine literally won’t move. It has an animation and it’s not anchored
Super helpful, just what I was looking for, thanks!
What skin did you use??
@@thesuslilamongus4683 I used a bacon since my game is everyone is bacon and fights to the death to see who the best is
Very useful for making a naval battle game where you want to spawn as a ship
what-
I want to make the same thing, but as a car. I made the car myself but I dont know what to do next.
I really needed this and also you deserve more subscribers!
This was a very helpful tutorial! But I wonder, how do you make more than one starter character? Like, a random one every time you join? If you know how, please respond. If not, it's alright!
Dunno either
mmm, you cant using starter character.
because when you use it it will only work when the first time when the player is in the game and the script doesn't have time to make it so, I think you will using welds to the original character to make what you want to make.
if you want help go to the discord
You can try to do math.random?
@@omendrifting bruh
Is it possible to make it where one team gets a certain avatar while the other has a different one too? (For example, in a WW2 game, Americans get an American soldier as their avatar, Germans get a German soldier as their avatar etc.)
Yes it is but you would need to know how to script
Just make a morph (:
Exactly what I needed as well.
me too but using frenchs@@archauesgaming48
Does this work with your own custom r15 models made yourself? Also, if I swapped or duplicated certain parts around, like the spiked pauldron and the elbow padding of the Bruin Fortune Hunter so they were on different sides, would they appear in the intended orientation?
Not sure, I made a vehicle that I want to be the player but it dosent seem to work.
@@dantecontreras887 i believe it didn't work because there wasn't a torso, humanoidrootpart, etc
@@Fr0stKnight0k you need humanoid root part for it to work lol
This really helped me make my hitman game so you're avatar is always agent 47 good vid!
Thanks
How do you make it to where there are more than one custom character and it randomizes what character you get? Like in MURDER.
and FLICKER
i love flicker holy shit @@capybara5879
I'm tryna do that did u find out how?
math.random
Wow! Like seriously ,this is the best channel for LUA scripts!you are actually The Developer King
me, knowing exactly how to do this: I must watch this video
you can make your own custom character by using the load catalog items plugin and then taking the accesory from the catalog you loaded out of the model that loaded and then put the accesory in your starter character model
wtf
Can someone help?
I want to add a custom character but I want the character to only apply to specific player.
you need to use a script
@@Zhuzhalka76 Yes I know.
i'm having the same problem
You need to use local player script or something
@@Zhuzhalka76 yea i made this comment and forgot to delete it but ty for replying :)
ayyy tapwater how's it goin
OMG THANK THE BACON LORDS YOU MADE THIS VIDEO! I HAVE BEEN LOOKING FOR A SIMPLE R6 CUSTOM CHARACTER, THANK YOU!!! I AM SUBSCRIBING NOW!
I watched this to get some help a while back. Then now I recognized the voice. Hello Tap.
Could you make a video on how to make those random character makers like random hair, color, or race ect.? Like rogue lineage kinda.
OMG.Dude you just saved my game.I really needed this.I wanted to make a game for Ogs/Old roblox style.But I’m a beginner to roblox studios so I’m finding it quite hard scripting so I though why not build instead.
man, I’m here picking up for the other tutorials that used plugins and everything, and you taught a toturial who doesn’t need to do practically anything ...
To all people having a frozen character bug : the character probably needs Humanoid, Animate and health script(s). I got these scripts from copying them from my character to StarterCharacter.
how did you get them from your character?
@@banani809 sorry for the late reply but you can copy them mid gameplay and they stay on your clipboard
yea, i had the same problem some days ago but i just added hummanoid and everything worked.
What if you want like one part of the body to change? Like a different torso and legs but others will have the same arms and head? And how would you change it to only do it for specific people?
idk if this works but
game.Players.PlayerAdded:Connect(function(plr)
local starterCharacters = path to characters folder
for _ , character in pairs(StarterCharacters:GetChildren()) do
local sort = math.random(1, number of characters u have in the folder)
if _ == sort then
for _, part in pairs(plr.Character:GetChildren())
if Part.Name ~= "Humanoid" then
part:Destroy()
end
for _, part in pairs(character:GetChildren())
if part.Parent == character and part.Name ~= "Humanoid" then --Final check to make sure everything's goin to work
part.Parent = plr.Character
plr.Character.Humanoid:TakeDamage(plr.Character.Humanoid.Health)
end
end
end
end
end
end)
title: how to spawn as a custon charater in roblox studio
thedevking: i wont show u how to like make your own character
me expecting long scripting and every thing lol
thanks man i was trying so hard to make one and i couldnt find out how and it works in any year :D
I hate when Roblox Studio says "Installing Roblox Studio" Even though its already installed
i think that means it updates or something
It’s updating lol
YOU ARE THE BEST. I'm searching stuff up for making a game since I a dev, and just wanna make a quick simple game for me and my friends (You can see my channels for the builds not trying to self advertise.) But honestly you are the best,
Thank you so much! This tutorial was probably the easiest and the best. Thanks again!
Him: Let's insert a dummy.
Him: Inserts himself
Me: :buffering:
easier way:
search in the toolbox StarterCharacter
get a startercharacter template
and design the dummy..
thanks
It didn't work for me ;-;
@@The_WoodsmanYT i also forgot.put the character in the StarterCharacter
It´s a great video! nice tutorial! but how do you add accesories/change clothing on the character? Just asking
Yes but how do you make it so that only one player will have the starter character?
this was the first tutorial i watched when i started using roblox studio
Hello I want to add my friend in my game can someone send me the URL of the Character Inserter, please.
Look for a plugin that imports avatars on the create tab of roblox
Thanks!! This was so easy to understand and do!
I can’t move, why does that happen?
edit: ok thanks this comment is a year old dont answer anymore
if you can't move its most likely that one or multiple objects in the character are anchored
@@leodevelopsthanks (people keep finding my old comments)
@@DobleDDD yes
Unanchor the humanoid root part
Whats a root part
Is there a way to have a specific person have a custom character for example the owner or an admin
I was looking for this too.
i wish i knew
Muito obrigado estava procurando como modificar um personagem em seu jogo então achei esse vídeo depois de muito tempo thank you 😃
thank you so much for this, this is the only tutorial i could find that was actually about changing the starter character
WHY I CANT MOOVE
I CANT MOVE HELLP ME I DIDD EVERYTHING
Did you un-anchor the humanoid root part? Try that
Did you use a toolbox avatar? If so, then look into Humanoid and check their walk speed. If it’s 0 then change it to any number above it, and then click play.
@@sarahpeck978 thank you
I just anchored and then unanchored and it worked!
bro i had the same problem thank you all of the repliers for helping me
oh my gosh you just earned a sub for that I have been trying to find how to do this for like about 9 months and finally I know how to do it thank you
Thank you very much! this helped a lot and was very easy. 😁
Thx for the help bro, I'm new to all this dev. stuff and it can get really confusing sometimes
i did it but i used my own character (Using the load character lite plugin) and added accessories. when i go in game the character is there, but the accessories arent. Any tips on how to fix this? great tutorial tho
You could try welding the accessories onto the character but idk im not the best at this lol
The year is 2023 and this still works man, thank you so much
Is there a way where I can spawn as a unique character? Not like a randomized character, but more like when a specific player joins the game, they spawn as a special character model(?). I’m not sure if that makes sense, but I tried.
btw you need a movement script.
Me : how da heck do I be spiderman in my own game after video me: i think school is a lie
thanks for the tutorial but that talk speed needs to be slower. cant hear s***
bro can't slow down the video 💀
@@vampz.mp3 okay you got me there good one :D
Turn on CC bro
I mean subtitles
Hey great tutorial! But can you make a tutorial where you can spawn as multiple characters? Like you spawn as one character then reset then spawn as another character. Please? It'll be really cool! Thanks!
No I cant
it can
@@FuzzyNachoz you are not him stfu
Perfect
when i search things the only thing is you that can help me i rank your tutorials 10/10 Peace!
Is the DevKing Tapwater?
i've bean scripting for 2 years and yet I find my self watching this video
Thx bro now i can finally make a character for my game. THANK YOU!!!
Can anybody tell answer tom ycquestion?
I want to make my character a little orb. And everytimr it moves it rolls. How do i make it?
Me: can i make a game pls?
The DevKing: Y E S
short tutorial: make an avatar paste the avatar in starterplayer
Edit: And name it “StarterCharacter”
And name it StarterCharacter
aight thanks for this Because I'm making a game For People Who Could Not Play Roblox In 2006 Either Didn't Know About It Or Wasn't Born
This will be helpful due to me making a hangout!
Also this is a good thing to have in games so nobody will bully over looks!
everytime i click on frickin anchor my avatar spreads, my head gets unattached from my body so do my arms and legs how da frick does that happen
dang i have discovered the newist comment an a farly old vidio!
Then don't click anchor. If that answer didn't help you, then next time explain your problem better. :/ Secondly, a similar thing happened to TheDevKing in the video around the 3:00-4:00 mark.
GREAT VIDEO I SUBSCRIBED!
Thanks! This still works to this day :)
Thanks! This still works to this day :)
TYSM dude i can now make a game with a hat cause i try to find it in avatar setting i dont found it so you help me so much
I know you can reach 400k subscribers I believe in you!
Hey nice video, I just want to ask, today when I was trying my game in roblox studio, I spawn in as a Noob character and my the character names unknown, and I don't spawn as my character. But i didn't have custom character in starterplayer. Do have any solution for this?
That usually happens, just reset yourself
my camera is stuck in one spot while my character is rolling around (its a worm) please help me :)
Yooooo this is tapwater
TYSM I WAS LOOKING FOR THIS!
I put a air conditioner model in my startercharacter [made by me] and it kept falling apart and the legs were frozen.
I love how ROBLOX dedicated it a high-quality model but DevKing straight up calls it the worst soldier model on roblox
it wont respawn though. but it still works thanks
now just how to do it for specific players, like for example: owner has their own specific player model they spawn with while others don't (a stylized version of their character)
Its not working
@@jamesonchurchill1686 *this isn't a F██████ TUTORIAL*
I know I mean how did u get the starter character working
@@jamesonchurchill1686 you name it StarterCharacter and put it in starter player or whatever it is.
@@W74_Pizza ok sorry it wasn't working
hey bro thx a lot this helped me make more progress in my game land of kaiju
Nice now I can make my character spawn as doom guy and kill some demons lol
It was so good I loved it. My game is better.
hey thanks for the video im just wondering if it works if i have some scripts in for the camera ?
Oh hell naw bruv, everyone gangsta until this actually works.
I made a cruiser and tested it as a custom character.
it worked but it was sideways 🗿
Very nice tip. But what is required to have more than one starter character? For example character depends from option chosen from menu?
i think that has to be scripted
No cap Im making a game and I was hoping to make everyone turn into a noob because of the story line and Now I can THANKS SO MUCH :D
Thank you so much it was so hard for me to figure out and i almost cried
i thought this was someone else but then i recognised the voice and it turned out to be tap aka the dev king
Hello, I have a question.
Can you import your character into, like a part or something and animate it to move around?
If your wondering what I’m doing, I want to make an Among us Style Game, for the pc players who can’t afford among us. I want it to be exactly like the game but *WITH MY OWN MODELS* .I don’t want to get copyright striked by a big company yet. I’ll probably change the title screen. I probably Complete this in a couple days, maybe weeks, you know.
Hey help me, when i loaded my character it worked, but when you hold a weapon, the weapons spawns in the sky and drops in the ground, please help me
same problem for me
Thank you i really needed this for my game!