Minecraft Money Scoreboard (No offline player or reset)

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2024
  • Hello,
    This video is showing how to make a working scoreboard system in Minecraft bedrock. It won’t leave a player offline slot and also won’t reset money, kills, or whatever you’re keeping track of.
    Step 1:
    In chat write
    /Scoreboard objectives add (Name1) dummy (Name1)
    /Scoreboard objectives add (Name2) dummy (Name3)
    Step2:
    Command block 1 (Repeat,unc,Always)
    Testfor @a
    Command block 2 (Chain,con,always)
    Scoreboard players add @a (Name2) 0
    Command block 3
    (Chain,con,always)
    Execute at @a positioned ~ ~ ~ run scoreboard players operation @p (Name2) = @p (Name1)
    If you’re on realms: the third command block needs to say. /execute at @a run scoreboard players operation @p (Name2) = @p (Name1)
    Command block 4
    (Impulse,unc,red stone)
    Scoreboard objectives remove (Name2)
    Command block 5
    (Chain,con,always)
    Scoreboard objectives add (Name2) dummy (Name3)
    Command block 6
    (Chain,con,always)
    Scoreboard objectives setdisplay sidebar (Name2)
    Then connect 123 to 456 with a comparator, red stone, and Observer
    To add score to a player
    /scoreboard players add (Player) (Name1) (Score)
    To remove score from a player
    /scoreboard players remove (player) (Name1) (score)

ความคิดเห็น • 338

  • @schwiftyasf1093
    @schwiftyasf1093  ปีที่แล้ว +31

    For realms On the command block that says “at @a positioned ~~~” delete the “positioned ~~~” part.

    • @joethorpe3856
      @joethorpe3856 ปีที่แล้ว +1

      Thanks

    • @joethorpe3856
      @joethorpe3856 ปีที่แล้ว +2

      Bro could you make a shop and sell tutorial plez

    • @destroyer1077
      @destroyer1077 ปีที่แล้ว

      @@joethorpe3856 if you add me on minecraft i can show you the commands for that

    • @destroyer1077
      @destroyer1077 ปีที่แล้ว

      @@joethorpe3856 i forgot to say my username :nerdclapper3

    • @jamescole3023
      @jamescole3023 ปีที่แล้ว +1

      Why’s it resetting on realm??

  • @zenc9304
    @zenc9304 ปีที่แล้ว +7

    absolute legend. been having issues with my realm scoreboard cuz every time someone left and re joined the money would reset but now it dosent. thats a like and a sub from me

    • @tylerbaker509
      @tylerbaker509 ปีที่แล้ว +1

      For me the top left command the longest one has a syntax error on the first Tilda help pls

    • @belowaveragecodgamer2825
      @belowaveragecodgamer2825 ปีที่แล้ว +1

      Same new update broke it

  • @DogeGaming131
    @DogeGaming131 ปีที่แล้ว +3

    It's reset my money now.

  • @matthewholley3650
    @matthewholley3650 ปีที่แล้ว +2

    Bro, actually, I have tried 30 vidnof this, and yours is the first to work

  • @dannyanimate4614
    @dannyanimate4614 ปีที่แล้ว +1

    omg you saved me lol you really did,ive been thinking so hard to figure this thing out but you saved my time,you deserve more sub,man

    • @schwiftyasf1093
      @schwiftyasf1093  ปีที่แล้ว

      Thank you 🙏🏻

    • @anthony.1032
      @anthony.1032 ปีที่แล้ว

      I can’t figure out how because when I add it it don’t go and then they leave and join back it’s also gone

    • @MrRacoonYt
      @MrRacoonYt 11 หลายเดือนก่อน

      for the 3rd top command block on the left on the thumbnail it says failed to execute scoreboard as [null,]

    • @suhtangwong
      @suhtangwong 7 หลายเดือนก่อน

      ​Same! I think the updates messed it up...

    • @Elhamulhoque
      @Elhamulhoque 3 หลายเดือนก่อน

      aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

  • @yass_gaming5267
    @yass_gaming5267 ปีที่แล้ว +1

    Thank you it's working

  • @lourdesaguanta5
    @lourdesaguanta5 ปีที่แล้ว

    execute at @a positioned ~ ~ ~ run scoreboard players operation @p MoneyDisplay = @p Money

  • @user-hr8es7gx8c
    @user-hr8es7gx8c 6 หลายเดือนก่อน

    im trying it on java, since theres no testrun @a i replaced it with
    execute if entity @a run scoreboard players add @a MoneyDisplay 0
    everything else is exactly the same
    it works when tracking my score but its not removing the name when the players are offline...
    any suggestions?

  • @brodie8108
    @brodie8108 ปีที่แล้ว

    When I place the red stone down it won’t show my name

  • @MD78H
    @MD78H ปีที่แล้ว

    thank you very much

  • @rickytyler3828
    @rickytyler3828 ปีที่แล้ว +1

    Some of the players are still showing player offline any suggestions

    • @schwiftyasf1093
      @schwiftyasf1093  ปีที่แล้ว

      Go back over the steps and make sure the commands are matching.

  • @killeroblivin
    @killeroblivin ปีที่แล้ว

    What was the point of the positioned part of the command

  • @karatekdecho2128
    @karatekdecho2128 ปีที่แล้ว

    It kinda work for me but it keeps swapping between BalanceD and Balance is there a fix to that?

  • @edanphillips5433
    @edanphillips5433 ปีที่แล้ว

    Yo, execute command isn’t working even after setting the value to 100. Anyway u can help me out

  • @Anaujiram222
    @Anaujiram222 ปีที่แล้ว +1

    I'm receiving this ""Failed to execute 'scoreboard' as [Null]" error"" on Command block 3
    ""(Chain,con,always)
    Execute at @a positioned ~ ~ ~ run scoreboard players operation @p CoinsDisplay = @p Coins""
    something about this command is causing a Null or can you explain the ""[Null]"" issue and how I can fix it?

    • @Anaujiram222
      @Anaujiram222 ปีที่แล้ว +1

      read comments not going to ask for your help in-game but if you got a reliable link for the Null issue thanks in advance.

    • @schwiftyasf1093
      @schwiftyasf1093  ปีที่แล้ว +1

      So to fix the issue you need to add money to the scoreboard first. So type in chat /scoreboard players add (playername) Coins (amount)

    • @schwiftyasf1093
      @schwiftyasf1093  ปีที่แล้ว +1

      Basically null is saying that it can’t find anyone with money and can’t equal the scoreboards because there is nothing to equal out

    • @Anaujiram222
      @Anaujiram222 ปีที่แล้ว

      @@schwiftyasf1093 Bet Thanks so much figured out my issue had the OBJs switched

  • @anthonycorbett762
    @anthonycorbett762 ปีที่แล้ว

    It just tells me syntax error: Unexpected “Execute”: at “>>Execute

  • @Aruto-Kun80112
    @Aruto-Kun80112 ปีที่แล้ว

    It says I need something after money on the top command block o the first row

  • @AstraIMC
    @AstraIMC ปีที่แล้ว

    Anyway to hide if you go to that place

  • @VastCrayon92491
    @VastCrayon92491 ปีที่แล้ว

    I need help, ive done this in a world and it worked fine, but ive recentley tried it in another world but it wipes everyone's money when someone leaves or joins

    • @suhtangwong
      @suhtangwong 7 หลายเดือนก่อน

      I think minecraft updates killed it -, -

  • @themans09
    @themans09 ปีที่แล้ว

    mine dosent have a 0 and my name like yourrs does

  • @Elhamulhoque
    @Elhamulhoque 3 หลายเดือนก่อน

    OkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkKkkkkkkkkkkkkkkkkk

  • @marioadrianstefanmanea1134
    @marioadrianstefanmanea1134 ปีที่แล้ว

    For me the 3 comand block dont worck :(

  • @89schelli
    @89schelli ปีที่แล้ว

    Hi

  • @416entertainment
    @416entertainment ปีที่แล้ว

    is tnere anyway to make it not spam my chat in the server?

    • @yup734
      @yup734 ปีที่แล้ว

      /gamerule commandblockoutput false
      /gamerule commandfeedback false

  • @TeddyBoy1987
    @TeddyBoy1987 ปีที่แล้ว

    Hi but how do we make money ?

  • @vexifyhackz668
    @vexifyhackz668 ปีที่แล้ว

    does not work i copied everything

  • @sma-h4i
    @sma-h4i หลายเดือนก่อน

    it didnt work

  • @TTVsquidoncod
    @TTVsquidoncod ปีที่แล้ว

    I did everything correct it keeps everyone money but I’m whenever I leave then join back it takes away my money

  • @quartz4952
    @quartz4952 ปีที่แล้ว

    New update messed it up

  • @blazing9072
    @blazing9072 ปีที่แล้ว

    My execute didn't work

  • @Stxp-Bro
    @Stxp-Bro ปีที่แล้ว

    How bro u can do it short if it still works I can tell u the command if u want

  • @bobbymorgan3693
    @bobbymorgan3693 ปีที่แล้ว

    It doesn’t work for me

  • @zero-yq4uf
    @zero-yq4uf ปีที่แล้ว

    It doesn't save the money

  • @Sansphase3832
    @Sansphase3832 ปีที่แล้ว

    § this one sir?

  • @arianstockner9703
    @arianstockner9703 ปีที่แล้ว

    Didn’t worked tried 5 times bad tut

  • @funnygamingclips6598
    @funnygamingclips6598 ปีที่แล้ว +1

    It doesn't save the money :(

    • @schwiftyasf1093
      @schwiftyasf1093  ปีที่แล้ว

      You need to use the scoreboard 1 as the actual money not scoreboard 2. Go back over the video and follow step by step, hopefully that will fix it :)

    • @funnygamingclips6598
      @funnygamingclips6598 ปีที่แล้ว +1

      @@schwiftyasf1093 everything is
      d( ̄◇ ̄)b💯ᵖᵉʳᶠᵉᶜᵗ
      I don't what what's happening is their any chance you could help me I don't know what to do..

    • @schwiftyasf1093
      @schwiftyasf1093  ปีที่แล้ว

      @@funnygamingclips6598 send me your discord

    • @funnygamingclips6598
      @funnygamingclips6598 ปีที่แล้ว

      @@schwiftyasf1093 it's sorted now I didn't notice I put the word players in Irish lol

  • @anzaleior5224
    @anzaleior5224 ปีที่แล้ว

    AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

  • @ttvtiktok_maviscrazyyy
    @ttvtiktok_maviscrazyyy 3 หลายเดือนก่อน

    Mine keeps spamming in chat and giving me infinite money

    • @savibear1143
      @savibear1143 2 หลายเดือนก่อน

      Put command output false

  • @gregoryholman40
    @gregoryholman40 ปีที่แล้ว +7

    Thank you very much for this video. Definitely a problem solver. Wish you had more content I’d love to give it a watch

  • @Elhamulhoque
    @Elhamulhoque 3 หลายเดือนก่อน

    OkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkKkkkkkkkkkkkkkkkkk

  • @ThwWonderOfU
    @ThwWonderOfU ปีที่แล้ว +5

    Tysm I've looked up this video more than I can count this is very helpful! Keep up the great content!

  • @devitrisu
    @devitrisu ปีที่แล้ว +7

    Thank you for making this, its exactly what I was looking for. Hate that they changed the execute command in bedrock.

    • @schwiftyasf1093
      @schwiftyasf1093  ปีที่แล้ว +3

      Yes, it took me awhile playing with the commands to finally get it to work. It’s very picky with how you write it.

    • @WarioLaughing
      @WarioLaughing ปีที่แล้ว

      Pls tell me how did u do that.... I am still unable to fix player offline

  • @AeGhostly
    @AeGhostly ปีที่แล้ว +1

    It keeps spamming in the chat “Found Players” and “Added 0 to [KillsDisplay] for Players (now 0)” do you know how to fix that?

  • @angelicnature1447
    @angelicnature1447 ปีที่แล้ว +1

    Funny how I'm way more advanced then this yet I'm still looking how to make this scoreboard I only need it for koth though so ye

  • @jasonboss8793
    @jasonboss8793 ปีที่แล้ว +11

    Very clear with everything. I knew how to do it, but the new execute command really messed me up. Thanks for clearing that up

  • @demos7251
    @demos7251 ปีที่แล้ว +5

    It’s so nice to see someone have updated commands and speak clearly

    • @schwiftyasf1093
      @schwiftyasf1093  ปีที่แล้ว +3

      Thank you. I’m not great at making content but I wanted to help anyone looking for this.

    • @demos7251
      @demos7251 ปีที่แล้ว

      @@schwiftyasf1093 no problem

    • @Jack-O-Bee
      @Jack-O-Bee 6 หลายเดือนก่อน

      For real ❤

  • @gagemorgan175
    @gagemorgan175 ปีที่แล้ว +6

    Top left execute command says Failed to execute scoreboard as null and resets money

  • @TopHatToast666
    @TopHatToast666 10 หลายเดือนก่อน +1

    For the command block on the top of the pillar with the repeat block it says "failed to execute 'scoreboard' as [Null]", This is stopping my scoreboard to be = to the other one which resets the scoreboard

    • @suhtangwong
      @suhtangwong 7 หลายเดือนก่อน

      Same...

  • @samheroytc3800
    @samheroytc3800 ปีที่แล้ว +2

    um the command /execute at @a positioned ~~~ run scoreboard players operation @p MoneyDisplay = @p Money dosent work

  • @NOT4UBY
    @NOT4UBY ปีที่แล้ว +4

    scoreboard players add @a MoneyDisplay 0

  • @ChristianChristian-fv6mf
    @ChristianChristian-fv6mf ปีที่แล้ว

    Executevat @a positioned ~ ~ ~ RUN scoreboard players operation @p MoneyDisplay = @p Money

  • @mr.a.k.a925
    @mr.a.k.a925 ปีที่แล้ว +3

    You are literally him thanks sm

  • @BrittanyLawrence-oh5gt
    @BrittanyLawrence-oh5gt หลายเดือนก่อน

    does this update again with the newest version of minecraft now? cause it resets now :(

  • @xxstealthmode
    @xxstealthmode ปีที่แล้ว +3

    Took a few tries and adjustments but it all worked out perfectly!
    Thanks so much my dude 🙏

    • @JvcnbYT
      @JvcnbYT ปีที่แล้ว

      im still having problems with the command did you end up fixing it?

    • @renerubio7336
      @renerubio7336 ปีที่แล้ว

      @@JvcnbYT same

  • @bmwbmw8921
    @bmwbmw8921 ปีที่แล้ว +1

    Failed to execute scoreboard as null help

    • @SUKUNA_EDITZ2015
      @SUKUNA_EDITZ2015 5 หลายเดือนก่อน

      Execute at @a positioned ~ ~ ~ run scoreboard players operation @p MoneyDisplay = money

  • @r.e.d_knight
    @r.e.d_knight ปีที่แล้ว +2

    You're a Chad 😎

  • @Mine-sense
    @Mine-sense 6 หลายเดือนก่อน

    The execute command is resetting the money value after I leave

  • @zero_productions9771
    @zero_productions9771 4 หลายเดือนก่อน

    How do i fix failed to set scoreboard to [NULL]

  • @vexifyhackz668
    @vexifyhackz668 ปีที่แล้ว +1

    does this work with Money Shop?

  • @techtayplay
    @techtayplay ปีที่แล้ว

    Its not working the display is not mimicking the money value

  • @c_ray4850
    @c_ray4850 3 หลายเดือนก่อน

    I tried it the display comes up but can’t see the numbers

  • @finleymelton5110
    @finleymelton5110 ปีที่แล้ว +1

    The other information was very useful but the execute command is not working might be a new bedrock update

    • @schwiftyasf1093
      @schwiftyasf1093  ปีที่แล้ว

      When I get back from vacation I’ll be making an update. Stay tuned

  • @immorta3186
    @immorta3186 ปีที่แล้ว +1

    Bro tysm is there a way so the money is displayed in the pause menu

  • @lourdesaguanta5
    @lourdesaguanta5 ปีที่แล้ว

    Scoreboard objectives setdisplay sidebar MoneyDisplay

  • @Society.
    @Society. ปีที่แล้ว +1

    Yo for yall who had this same problem i legit thought it wouldnt work but man thid guy is a Legend this works try it!

  • @Elhamulhoque
    @Elhamulhoque 3 หลายเดือนก่อน

    OkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkKkkkkkkkkkkkkkkkkk

  • @Elhamulhoque
    @Elhamulhoque 3 หลายเดือนก่อน

    OkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkKkkkkkkkkkkkkkkkkk

  • @Elhamulhoque
    @Elhamulhoque 3 หลายเดือนก่อน

    OkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkKkkkkkkkkkkkkkkkkk

  • @Elhamulhoque
    @Elhamulhoque 3 หลายเดือนก่อน

    OkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkKkkkkkkkkkkkkkkkkk

  • @Elhamulhoque
    @Elhamulhoque 3 หลายเดือนก่อน

    OkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkKkkkkkkkkkk

  • @renerubio7336
    @renerubio7336 ปีที่แล้ว

    it says everything works but it still saays player offline

  • @chad8611
    @chad8611 ปีที่แล้ว

    Broo it keeps reseting the money whenever they join how to fix it

  • @vortexhomy
    @vortexhomy 5 หลายเดือนก่อน

    still shows player offline

  • @Lore.giordy
    @Lore.giordy ปีที่แล้ว

    hi, it reset every time a new player join in the realm :(

  • @Zgkeyjjryn
    @Zgkeyjjryn ปีที่แล้ว

    It works but npcs cant give money?

  • @glacierglide1174
    @glacierglide1174 ปีที่แล้ว

    Its only showing money for me and not names or numbers

  • @itspurecomedy9523
    @itspurecomedy9523 ปีที่แล้ว +1

    new update 1.19.70 messed it up, now it says player offline again..

  • @gamerabullahalsaleh5331
    @gamerabullahalsaleh5331 ปีที่แล้ว

    don’t do execute @a ~~~ do execute at @a run any command 😊

  • @redphantom9930
    @redphantom9930 ปีที่แล้ว

    What if the player didn't have enough money but he press at the shop to buy something can't afford?

    • @cheesedacat
      @cheesedacat ปีที่แล้ว

      you have to make it so it tests if that player has that amount of money and if they don’t it won’t charge

  • @Itzy3boii
    @Itzy3boii 6 หลายเดือนก่อน

    My scoreboards wont link properly

  • @henryroberts4104
    @henryroberts4104 ปีที่แล้ว

    May I just say the biggest command doesn't work anymore? May you help

  • @colosaloverlord777
    @colosaloverlord777 8 หลายเดือนก่อน

    Bruh imma get my friends to sub to you

  • @henryroberts4104
    @henryroberts4104 ปีที่แล้ว

    How do I make it so they can't get in dept

  • @tylerbaker509
    @tylerbaker509 ปีที่แล้ว

    TOP LEFT IS: EXECUTE AT @a run scoreboard players operation @p MoneyDisplay = @p Money

  • @tyresepopp7791
    @tyresepopp7791 ปีที่แล้ว +3

    For the execute one it says failed to execute 'scoreboard' as [Null]

    • @schwiftyasf1093
      @schwiftyasf1093  ปีที่แล้ว

      Type in chat /scoreboard players add (player) (scoreboard1) 100

    • @tyresepopp7791
      @tyresepopp7791 ปีที่แล้ว +2

      @@schwiftyasf1093 thanks bro

    • @schwiftyasf1093
      @schwiftyasf1093  ปีที่แล้ว

      @@tyresepopp7791 let me know if you need anything else dude

    • @tyresepopp7791
      @tyresepopp7791 ปีที่แล้ว

      @@schwiftyasf1093 will do

    • @tyresepopp7791
      @tyresepopp7791 ปีที่แล้ว +1

      @@schwiftyasf1093 u wanna help w some commands on my realm?

  • @xklinz
    @xklinz ปีที่แล้ว +1

    Thank you sooooooo much

  • @FlyingpieCX
    @FlyingpieCX 5 หลายเดือนก่อน

    Mine just says money no names

  • @reginaarnaldo4234
    @reginaarnaldo4234 ปีที่แล้ว

    Its a useful trick using commands but its SUPER USELESS! sorry to say but its true. Yes you can have a currency in the game. But it has too many problems.
    1. Even if u don't have points/money in scoreboard you can trade item it just shows -1000 if u lack of money.
    2. No restrictions, i mean if the player has no money or points you need to tell them that they can't trade without the needed item. This is the factor that need in this currency using commands.
    3.commands in command block are lack in functions.
    Not recommended for player who want to try it.
    The result will make your head in pain.
    No explanation about, what if the player has zero balance and try to exchange items for point or currency.
    Example the command block will not run or stop if u has zero balance or u don't have the item needed in your inventory.

  • @SageoZero
    @SageoZero ปีที่แล้ว

    Everytime someone leaves it resets it back to 0 I’m on bedrock please help😢

    • @schwiftyasf1093
      @schwiftyasf1093  ปีที่แล้ว

      You’re not adding money to the correct scoreboard

  • @SCRUFFYSMUDGE
    @SCRUFFYSMUDGE 10 หลายเดือนก่อน

    My comparater aint lighting up

  • @arifkurt489
    @arifkurt489 ปีที่แล้ว +1

    Ty bro nice video i did it

  • @ninja-wv5bq
    @ninja-wv5bq ปีที่แล้ว

    It spams my chat with found ...

  • @renerubio7336
    @renerubio7336 ปีที่แล้ว

    on the third command block it says failed to execute scoreboard null

  • @Xredono
    @Xredono ปีที่แล้ว

    I don't think this is outdated it works on my skygen which is on 1.19.83 the latest version of bedrock

  • @StarrBoyy_YT
    @StarrBoyy_YT 2 หลายเดือนก่อน

    please help it keeps resetting

  • @frostch3505
    @frostch3505 2 หลายเดือนก่อน

    it Minecraft bedrock

  • @Theofficialwildflower
    @Theofficialwildflower หลายเดือนก่อน

    y u so underratedddddd😭

  • @rickytyler3828
    @rickytyler3828 ปีที่แล้ว +3

    Now it says on the longest one failed to execute scoreboard as null

    • @schwiftyasf1093
      @schwiftyasf1093  ปีที่แล้ว +1

      Once you add money to the scoreboard it will change

    • @rickytyler3828
      @rickytyler3828 ปีที่แล้ว +1

      It doesn’t save tho

    • @schwiftyasf1093
      @schwiftyasf1093  ปีที่แล้ว

      @@rickytyler3828 go back over everything and if you need help I can join and assist you.

    • @rickytyler3828
      @rickytyler3828 ปีที่แล้ว +1

      I went over it again and it’s still won’t work if you could add my discord il give you the realm code so you would possibly be able to join me

    • @schwiftyasf1093
      @schwiftyasf1093  ปีที่แล้ว

      @@rickytyler3828 what’s the discord?

  • @MrExclamation
    @MrExclamation หลายเดือนก่อน

    u earned a sub ty

  • @mikeyplayz7087
    @mikeyplayz7087 ปีที่แล้ว

    How do I reset my scoreboard