@@LeCoeur-TheHeart no fills, it's all experience from years of scripting, but it's actually pretty easy. but code doesn't seem as hard as you think, its just using a lot of logic and think like a developer. for example, if you want to make a sword; you need the sword to damage someone if it touches. well, thats where you apply logic. the sword handle has this event called "Touched" and gives a "part" when called. so you just gotta connect that and then do the main function. how do you make sure you're hitting a player? what does the player have on their character? a humanoid, so you just search for that, but the only thing you got is the part right? well, what is the main parent of the player's character? a model. you just check if the part's parent is a model, and then check if that model has a humanoid. and now, to damage the humanoid, what can i do? how do you decrease its *health*? just use the health property and subtract the health by the amount of damage. and how do we make this work? what do you need to code? a script. just put a script on the sword, and then do that code. the only thing you need to do, is to think with logic, find a way to do it, and make it. its not about the knowledge you have. if you got no logic, knowledge is useless, and same viceversa too. thats why most tutorials you find on youtube dont really work, because you need logic to think and know what to do. after you apply this, later you'll find yourself doing it really fast because you have already done that before. what can really improve your scripting skills is making projects for fun to test and experiment things, you also learn a lot from that. dont let the code scare you, you just gotta read it and know what to do and it will work as intended! hope this worked, this was the way i have done it in the past 6 years :)
Hello im Useless... Im the person from the first 1 hour video I think its my fault that gitto is still making these, not that its a bad thing. These videos are pretty good! Im glad to be in these videos and I hope I appear in more in the future :)
Nice
553rd subscriber. Trust me you will be up there this content has me entertained and keeps me busy. You will be a big youtube channel.
Thanks a lot. Comments like this are the reason I keep going :D
@@ItsGitto This is a one of a kind channel do you know how i can code fast like you any tips and model and just make a game.
@@LeCoeur-TheHeart no fills, it's all experience from years of scripting, but it's actually pretty easy.
but code doesn't seem as hard as you think, its just using a lot of logic and think like a developer.
for example, if you want to make a sword; you need the sword to damage someone if it touches. well, thats where you apply logic.
the sword handle has this event called "Touched" and gives a "part" when called. so you just gotta connect that and then do the main function.
how do you make sure you're hitting a player? what does the player have on their character? a humanoid, so you just search for that, but the only thing you got is the part right?
well, what is the main parent of the player's character? a model. you just check if the part's parent is a model, and then check if that model has a humanoid.
and now, to damage the humanoid, what can i do? how do you decrease its *health*? just use the health property and subtract the health by the amount of damage.
and how do we make this work? what do you need to code? a script. just put a script on the sword, and then do that code.
the only thing you need to do, is to think with logic, find a way to do it, and make it. its not about the knowledge you have. if you got no logic, knowledge is useless, and same viceversa too.
thats why most tutorials you find on youtube dont really work, because you need logic to think and know what to do.
after you apply this, later you'll find yourself doing it really fast because you have already done that before.
what can really improve your scripting skills is making projects for fun to test and experiment things, you also learn a lot from that.
dont let the code scare you, you just gotta read it and know what to do and it will work as intended!
hope this worked, this was the way i have done it in the past 6 years :)
Hello im Useless... Im the person from the first 1 hour video
I think its my fault that gitto is still making these, not that its a bad thing. These videos are pretty good! Im glad to be in these videos and I hope I appear in more in the future :)
you cooked with this one