StarterPlayer, StarterPlayerScripts, StarterCharacterScripts (Roblox Beginners Series) (B022)

preview_player
Показать описание
In this Roblox scripting scripts tutorial, you will learn how to use StarterPlayer, StarterPlayerScripts, and StarterCharacterScripts in Roblox. You will learn that you can use the properties of StarterPlayer to set the default properties for the players and characters inside your game. You will learn that LocalScripts inside the StarterPlayerScripts are copied to a folder named PlayerScripts under each player and they are run one time as the player joins the game. You will learn that Scripts, LocalScripts, and objects inside the StarterCharacterScripts are copied directly into each character and they are run each time the character spawns into the game.


Recommended Playlists for Beginners:

Join Channel Membership for individual help, members-only videos, and access to tutorial scripts!

Robux Donations
Рекомендации по теме
Комментарии
Автор

As someone learning Roblox programming, not having the character properties appear in the 'help' drop down is very confusing. I thought my code wouldn't work because 'Head' wasn't showing as an option. I've been struggling for a while now wondering why I can't access my character properties.. This single video has changed my Roblox programming life! Game on!

KrazyIndeed
Автор

Also if you haven't yet could you please make a tutorial on returning because I've been stuck on this returning for so long and can't clearly understand it

yoshekige
Автор

I want make Td game from tutorial and EVERY StarterPlayerScripts dont work how can i fix it?

Babtu
Автор

The starter doesn't appear. What can I do to make it appear?

charles-sxoj
Автор

I pressed on stutter player and it just shows it to highlighted.What do I do

shady_cat_ed
Автор

So in my game I wanted to add things like rainbow carpet, which obviously wont work with a custom model like this, so how can I revert my model back to the classic avatar while rainbow carpet is equipped? Im new to coding and i have no clue how to revert my avatar or where to even put/edit the rainbow carpets script so you revert back

ilvramen
Автор

Do you know why the scripts located in StarterPlayerScripts run twice? I can't clone a model, because it clones it twice, breaking the pathfinding

HakuuDev
Автор

i was developing a game, and for some reason, starterplayerscripts is gone. only starter character scripts is left. NOW MY ENTIRE GAME IS BROKEN

UnitedStatesOfficial
Автор

how can i make the server see the StarterPlayerScripts when the game is running?

Mibotp
Автор

I cant find the properties for starterplayer

sircodeus
Автор

Doesn't Work. Or I'm just dumb.

cake-boi
Автор

im trying to use character.Humanoid.RigType = Enum.HumanoidRigType.R6 to change the character rig to r6 but it doesnt work

RedVenomProductions