scripting every day until I'm good at scripting: day 3

  Рет қаралды 1,340

Jorell

Jorell

Күн бұрын

let me know if y'all like there being music or not
button that spawns a dice that despawns when you click the button again

Пікірлер: 47
@notbadr_9183
@notbadr_9183 4 ай бұрын
instead of parenting the dice back to rep storage, just create a clone and destroy that one when the button is pressed again. Although it is pretty much the same thing, it's kinda more efficient since if there are more players clicking the button, it wont bug out and teleport the same dice to the location you set it to. Nice vids tho 🔥
@Jorell8
@Jorell8 4 ай бұрын
originally I had it destroy but it was buggin out- ill try and get it to work again
@quaranfree6584
@quaranfree6584 3 ай бұрын
@@Jorell8instead of :Destroy(), try :Remove(). It does the same thing but :Remove() keeps all the info of the Dice, such as the properties, parent, etc
@kristopher3623
@kristopher3623 3 ай бұрын
Try making a working physics button or leaver this will help you increase not only your understanding of code but also constraints which are also very important for game development.
@Jorell8
@Jorell8 3 ай бұрын
See "day 11" I will try to learn Roblox physics during my training arc
@Dragonmidia
@Dragonmidia 4 ай бұрын
idea: make a game
@Roachgaming970
@Roachgaming970 4 ай бұрын
Great idea
@Jorell8
@Jorell8 4 ай бұрын
i gotta get good first then i can make a game; im not game caliber yet
@FrankSodog
@FrankSodog 4 ай бұрын
wOw
@kingkojoandscelix
@kingkojoandscelix 4 ай бұрын
How did you learn/How are you learning to script. Did you teach yourself or are you learning from somewhere.
@Jorell8
@Jorell8 4 ай бұрын
TheDevKing's beginner/advanced scripting tutorials! I'll also address this in my upload today.
@loanthebank9820
@loanthebank9820 4 ай бұрын
Idea: make an npc listen to all your commands. Like when you type jump, he jumps
@Jorell8
@Jorell8 4 ай бұрын
sheeesh that sounds like a difficult one. I dont even know how to make NPCs yet tbh with u so maybe very far down the line
@eggjoke248
@eggjoke248 4 ай бұрын
@@Jorell8 you can just do this: game.Players.PlayerAdded:Connect(function(player) -- runs every time a player joins player.Chatted:Connect(function(msg) -- runs once the player that joined chats a message if msg == "hi" then -- create your conditions -- do stuff here if the condition is met end end) end)
@purplesuitcase07
@purplesuitcase07 4 ай бұрын
youre gonna be big one day, i can tell
@Jorell8
@Jorell8 4 ай бұрын
preciate it, for now my goal isnt really to grow but to just document my progress
@purplesuitcase07
@purplesuitcase07 4 ай бұрын
@@Jorell8 that makes sense, i would probably do the same thing lol but still tho, you have all the aspects of a good youtuber
@supercacc1048
@supercacc1048 4 ай бұрын
HELL YEAH I LOVE GAMBLING (WHAT THE HELL IS A STABLE BANK ACCOUNT)
@Jorell8
@Jorell8 4 ай бұрын
gambling is peak!!
@ConicalBag
@ConicalBag 4 ай бұрын
i like the music you should keep it
@Jorell8
@Jorell8 4 ай бұрын
oh mb I didn't add it for day 4
@LunarCelestial
@LunarCelestial 4 ай бұрын
idea for a special day do a "1v1" scripter v scripter, im still looking to get better so it might be interesting
@Jorell8
@Jorell8 4 ай бұрын
oh that's a sick idea I'll save that for one day
@LunarCelestial
@LunarCelestial 4 ай бұрын
@@Jorell8 if you need a person for help scripting wise or that idea I'm available cause no life go brrrrr
@DodDev
@DodDev 4 ай бұрын
your getting good im trying to learn how to script to
@TheRockio
@TheRockio 4 ай бұрын
Idea to build on this: Make it print the number that the dice rolled in the console
@Jorell8
@Jorell8 4 ай бұрын
oh shoot.. that sounds difficult. Is there a way to fetch and distinguish the faces of a part?
@TheRockio
@TheRockio 4 ай бұрын
@@Jorell8 I'm not the best at explaining scripting and stuff but I'll try. I used String Variables stored in 6 different parts to tell what part is which. So if 1 was at top and 2 at bottom and it landed on 1, it would check to see what’s on the opposite side of 1 using the String Value. (So the string value of 1 would be 2, because 1 is on top and 2 is at the bottom.)
@TheRockio
@TheRockio 4 ай бұрын
​@@Jorell8 Best of luck!
@arcionek
@arcionek 4 ай бұрын
nice progress man! Perhaps try making some dragging interactions? Either via UI, or physical envoirment.
@Jorell8
@Jorell8 4 ай бұрын
im absolutely clueless on how to do that/what you even mean by that LOL
@arcionek
@arcionek 4 ай бұрын
@@Jorell8 A box that follows your cursor position
@pr0doxz410
@pr0doxz410 4 ай бұрын
idea: make a gui button and when you click it you gain a stat in your leaderstats. then when you walk on a part, it converts that stat into another stat that is 2x the previous stat value.
@Jorell8
@Jorell8 4 ай бұрын
day after today maybe
@pr0doxz410
@pr0doxz410 4 ай бұрын
@@Jorell8bet, front end is pretty easy you’ll be able to make skills/movesets in 2-3 months with consistency. Just focus on mastering the basics 👍 Keep this series going!!, fun to see you improve
@Jorell8
@Jorell8 4 ай бұрын
@@pr0doxz410 Thank you for your encouragement
@Zero-wq2vs
@Zero-wq2vs 4 ай бұрын
idea: double jump ability with a cool front flip animation
@Jorell8
@Jorell8 4 ай бұрын
day after tmrw
@baconbroreal
@baconbroreal 4 ай бұрын
omg u actually did it 😭
@Jorell8
@Jorell8 4 ай бұрын
yessir
@Keb002-dm4qr
@Keb002-dm4qr 4 ай бұрын
idea: make afk game
@Jorell8
@Jorell8 4 ай бұрын
oh hell nawh i will not contribute to the brainrot
@hat_nighta6452
@hat_nighta6452 4 ай бұрын
remember me wehn ur famouse
@scxrpSaysYouAreMegaWeird
@scxrpSaysYouAreMegaWeird 4 ай бұрын
make a combat move or something
@Jorell8
@Jorell8 4 ай бұрын
I'll try that next
@scxrpSaysYouAreMegaWeird
@scxrpSaysYouAreMegaWeird 4 ай бұрын
@@Jorell8 like an anime move, a really simple one i found easy to make was Gojos Reversal Red!
@Roachgaming970
@Roachgaming970 4 ай бұрын
Ooh yeah that would be cool
This YouTuber Faked 100 Records, So I Actually Beat Them
22:25
Yeah Jaron
Рет қаралды 8 МЛН
Modus males sekolah
00:14
fitrop
Рет қаралды 20 МЛН
Dad gives best memory keeper
01:00
Justin Flom
Рет қаралды 23 МЛН
BECOMING A SLAP BATTLES ADMIN FOR 24 HOURS
17:27
Grugoss
Рет қаралды 461 М.
I scripted your ideas in Roblox Studio! (Part 11)
3:45
How to COUNTER EVERY CHARACTER in Jujutsu Shenanigans
9:48
Hiitadri
Рет қаралды 175 М.
What was the DEFINITIVE version of MS Paint?
31:15
Mallerd
Рет қаралды 89 М.
The Best Mod Developer You’ve Never Heard of
17:26
XayXay
Рет қаралды 583 М.
Can 6 DEVS Make an OBBY Game Without Communicating?
15:02
RoDev
Рет қаралды 397 М.
I Mastered Roblox Speed Draw
11:14
viyaura
Рет қаралды 418 М.
Minecraft Cheaters trolled by fake cheat software
12:20
ScriptKid
Рет қаралды 2,9 МЛН