Hello, I really need help, I made a score board script that when I run the timer works normally, and when I move the ball into the goal the score goes up normally, but when I enter the experience, the timer is stopped, and the score only updates if a person leaves and enters the game, but it keeps stuck.. Detail: No error appears in OutPut I thought it was RunContext, but it wasn't. I really need help, because I couldn't find anything on the devforum and I couldn't even post anything.
@thegreenhoodieguy3 жыл бұрын
Amazing tutorial dude! This is helps a lot!
@rainz77753 жыл бұрын
Yh ur right it really did help
@thegreenhoodieguy3 жыл бұрын
@@rainz7775 ye
@lucad38692 жыл бұрын
Amazing video! Can you do a video on how to make a Gui scoreboard. It would really help!
@Fiuckthis Жыл бұрын
use the same method its simple
@KRlS_S2 жыл бұрын
Great video like you are the only yt that has actually have good ways of helping remember how to code appreciate it :D
@turtlerocker2252 жыл бұрын
Hey man, I was trying to make a scoreboard but I have no idea how you edit the gui to size the text, any ideas?
@olabisiadebumiti25952 жыл бұрын
yea I cant game scale it or tool scale it
@tuyettran-mp8vf2 жыл бұрын
use surface GUI to make it
@Edward_eime2 жыл бұрын
If u use surface gui go to size to size it and position to place it and for the text to be big scale it
@AboodiDev Жыл бұрын
I have a problem when I run the game the scoreboard works perfectly but when I *PLAY* it doesn't work the timer stops at 3 and when I score the number doesn't change only when I click play not run
@Ruanzitosla9 ай бұрын
SAME BRO
@MonerX3 жыл бұрын
Who love GnomeCode if u watch vids Gnomecode tell me We love You Gnomecode🙂🙂🙂❤️❤️❤️
@Rickmonas902 жыл бұрын
my timer isn't counting up for some odd reason, and the score doesn't work is it because I did it in StarterGui?
@oscarbobby Жыл бұрын
same idk why tho
@KingNinja123 Жыл бұрын
FINALY I FOUND THIS TYSM TYSM TYSM TYSM
@brannonharris46423 жыл бұрын
You're awesome, dude!
@joshualaughlin93653 жыл бұрын
yeah.
@niktherabbit67472 жыл бұрын
So the scoreboard works perfectly when I run the game (not pressing Play or Play Here) but it doesn't work when I do actually play the game in Studio. Help me please....
@Ruanzitosla9 ай бұрын
SAME BRO
@achannel773733 жыл бұрын
epik
@ChristopherThePiss3 жыл бұрын
Thanks.Helps alot m8. As always papa gnome is amazing
@templars443 жыл бұрын
what are you going to do for the last episode of this grand epic
@manasmarthi2 ай бұрын
hey umm where is the donload for the game i need to see the score boared
@acd53003 жыл бұрын
Idea for new series: I made a historical war game!
@hussein42503 жыл бұрын
awesome
@olabisiadebumiti25952 жыл бұрын
it needs a bad and a good and a true ending like piggy
@pewtercube74312 жыл бұрын
ok but can u make it so it displays the score on a gui and the score is for a team's total amount of kills or points and the point only gets added per kill
@tuyettran-mp8vf2 жыл бұрын
which spot is the Status text label in part
@maybemid8224 Жыл бұрын
How do i put this in a UI?
@GameTechGeek68 Жыл бұрын
how do i make gk system?
@celex1341 Жыл бұрын
I spent an hour and it didnt work please help me by copy and pasting script
@jighaba Жыл бұрын
Amazing....
@lukeisaguy3 жыл бұрын
haha I will go down in history
@CriticallyGaining11232 жыл бұрын
It’s saying attempted to index nil with Text
@ItsFamihadFD10 ай бұрын
You are the best bro I. Subscribing
@ilikethings21193 жыл бұрын
When will you make chapter 4 of teddy?
@BillyAnimates043 жыл бұрын
Heyo heyo
@reversevdx40253 жыл бұрын
nicee! but can ya make a hide and seek game tutorial?
@alidandachly6648 Жыл бұрын
Sup can someone pls help me on how to make the score board as a script?
@GavinSmash3 жыл бұрын
You should make how to make a simulator in roblox. It's hard to make. They are extremely hard to make. Can you make a video on it (Also this is a request)
@csmith8523 жыл бұрын
you forgot the link to the map
@rainz77753 жыл бұрын
link not working :C
@happyheights92333 жыл бұрын
u should have addes how to make da schoreboard....Im not able to... : (
@happyheights92333 жыл бұрын
can u make a tutorial...Im having a hard time trying to shape it...it would help if u helped !!!
@TRQZed Жыл бұрын
for some reason it goo so fast on the timer edit : its working now edit 2 : half time not working
@olabisiadebumiti25952 жыл бұрын
how to make a story game? 'it includes swiching roblox games'
@Edward_eime2 жыл бұрын
Bro for some reason it just says Timer:00 and it has 90 over it? I FIXED IT I LEFT STATUS BLANK SHEEEEEESH
@olabisiadebumiti25952 жыл бұрын
pls pls pls pls pls papa gnome
@olabisiadebumiti25952 жыл бұрын
it needs a lot of code code I beg u pls make a story game
@olabisiadebumiti25952 жыл бұрын
This game is VERY OLD it was made in september 9th 2019
@GnomeCode2 жыл бұрын
This was clearly made in 2021, but okay...
@KingNinja123 Жыл бұрын
doesnt work tho..
@dominikndzana55652 жыл бұрын
I need some help. So when I created the function "score()" it gave a point to the team that has scored but if the team scores another goal, the ball goes back to its original position but the Team doesnt get a point. So the function sets the ball back to its original Position but does not change the score from 1 to 2. Here is my goal script: ------------------------------------------------------------------------ Ball.Touched:Connect(function(part) if part == Goal1 then score(TheDomisScore) elseif part == Goal2 then score(TheGoofysScore) end end) And here is my function: ------------------------------------------------------------------------- local function score(team) Ball.Position = originalPosition team.Text = team.Text +1 end -------------------------------------------------------------------------- Please help thank you!
@CriticallyGaining11232 жыл бұрын
There is a bug
@Fiuckthis Жыл бұрын
13:13
@keanu.m3 жыл бұрын
Not first
@SamirMDR3 жыл бұрын
yes
@achannel773733 жыл бұрын
true
@killr2923 жыл бұрын
FIRST?????😎😎😎😱😱😭😭😭
@abdulrahmanquraishi97783 жыл бұрын
Hey gnome where is chapter 4?
@theangelofflamez2 жыл бұрын
1:46
@alidandachly6648 Жыл бұрын
I mean as I ui
@SamirMDR3 жыл бұрын
hello
@exellentsave32812 жыл бұрын
this vid was helpful except that i dont know how to make a scoreboard off scratch you didnt tell us you just jumped into the scripted honestly kinda made me mad
@exellentsave32812 жыл бұрын
im stupid this is about scripting not building forget i said anything lol
@GnomeCode2 жыл бұрын
If you visit my website: gnome.codes/LearnToScript/ There is a place file you can download for every episode
@SoyMikelYT3 жыл бұрын
En un canal español gente comentando en ingles claro q si
@CosmoLemon99843 жыл бұрын
last
@carlahiller76933 жыл бұрын
Third
@achannel773733 жыл бұрын
nope
@achannel773733 жыл бұрын
@@mmaxo what
@killr2923 жыл бұрын
hi, if you remember, i said that i wanted a 4d FPS, but there is not any 4D FPS here. this was a waste of time for me, as I'm trying to make 4d FPS game. dislike. this comment was made by the smart person that is me, Matthew.
@TRQZed Жыл бұрын
how is 4d fps game
@quasson4550 Жыл бұрын
Wth are u even asking for 💀
@LB0WasTaken3 жыл бұрын
first (also this helped a lot!)
@SamirMDR3 жыл бұрын
ok
@achannel773733 жыл бұрын
nobody asked
@pedror14393 жыл бұрын
ok
@heon9519 Жыл бұрын
timer.Text = "Timer: " .. minutes This line I can't understand