Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • CreatiCode
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

CreatiCode Scratch Forum

  1. CreatiCode Forum
  2. General Discussion
  3. I might leave Creaticode soon (actually this time)

I might leave Creaticode soon (actually this time)

Scheduled Pinned Locked Moved General Discussion
32 Posts 6 Posters 6.4k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • TheNicknameGovT Offline
    TheNicknameGovT Offline
    TheNicknameGov
    trusted helpers
    wrote on last edited by
    #1

    My home computer is almost able to be able to create larger and more advanced games, like Unity or Roblox Create. When it does this (and once I learn c# and maybe Js), I may be limiting my time on Creaticode and this forum exponentially in a few months. I may come back at times to ask questions about Unity/coding (I think @jeffreyrb03-gmail knows about that stuff). Overall, I just wanna say farewell and hope that everyone does good on the projects they are making (@SirBots, can’t wait for your space game to be finished; it sounds really cool).

    Please help all my projects are 3000+ blocks

    Rhyder ByrdA 1 Reply Last reply
    1
    • TheNicknameGovT TheNicknameGov

      My home computer is almost able to be able to create larger and more advanced games, like Unity or Roblox Create. When it does this (and once I learn c# and maybe Js), I may be limiting my time on Creaticode and this forum exponentially in a few months. I may come back at times to ask questions about Unity/coding (I think @jeffreyrb03-gmail knows about that stuff). Overall, I just wanna say farewell and hope that everyone does good on the projects they are making (@SirBots, can’t wait for your space game to be finished; it sounds really cool).

      Rhyder ByrdA Offline
      Rhyder ByrdA Offline
      Rhyder Byrd
      wrote on last edited by
      #2

      @the_true_odst rip… man you will do amazing on stuff like Roblox studio.

      TheNicknameGovT 1 Reply Last reply
      0
      • Rhyder ByrdA Rhyder Byrd

        @the_true_odst rip… man you will do amazing on stuff like Roblox studio.

        TheNicknameGovT Offline
        TheNicknameGovT Offline
        TheNicknameGov
        trusted helpers
        wrote on last edited by
        #3

        @attractive-milk That is, if I do do Roblox Studio and if Linux is supported with it. Not sure it is.

        Please help all my projects are 3000+ blocks

        Mod. Squad TrainerM silvloveS 2 Replies Last reply
        0
        • TheNicknameGovT TheNicknameGov

          @attractive-milk That is, if I do do Roblox Studio and if Linux is supported with it. Not sure it is.

          Mod. Squad TrainerM Offline
          Mod. Squad TrainerM Offline
          Mod. Squad Trainer
          wrote on last edited by
          #4

          @the_true_odst That’s a pity. All the best though!
          On a separate note: Have you considered trying to create your own Scratch mod?

          1 Reply Last reply
          0
          • TheNicknameGovT Offline
            TheNicknameGovT Offline
            TheNicknameGov
            trusted helpers
            wrote on last edited by
            #5

            Quite a big snag I’ve run into (I’m running this in dev mode rn), “sudo” command in Crosh is blocked by administrators for my account, so I’m gonna have to work around that issue soon.

            Please help all my projects are 3000+ blocks

            1 Reply Last reply
            0
            • Tyller_T Offline
              Tyller_T Offline
              Tyller_
              trusted helpers
              wrote on last edited by Tyller_
              #6

              @the_true_odst Best of luck! I can provide tips on some stuff, I know JS quite well and in general would recommend very much you learn JS before trying to learn something like C#, especially since creaticode/all scratch related things aren’t that object oriented, so starting with learning the basic object oriented language that all websites have to use (for the browser) should be a priority, or doing unity/roblox lua

              Edit: something else, do not be afraid to use ai, but don’t use it all over, just make sure you read the notes on what it writes (I have found that chatgpt is best at doing this and gemini by google will sometimes not explain as in detail) so you are learning from it and understand what it’s doing, that way you don’t just get some code that you put in your project and don’t know how to debug. Also you shouldn’t jsut get ai to do the hard parts and you do the easy ones, if you think you know all the concepts needed for a mechanic, even if it would be hard to implement, try at first, if you fail and want to use ai, you can ask it for a layout for how you’d program the mechanic (so for a acceleration system it would tell you to have a variable for acceleration added to the velocity every frame, not just give you the code), and if you don’t know how you could do some part of that layout, ask it how you would do it in the language you’re working in, it can help you learn new functions quite easily

              TDLR of edit: if you want to use ai to help you program, you can use it, but don’t make it program for you.

              <div component="post/signature" data-uid="255" class="post-signature">Check out my chat room project so you ppl can not use forums as chat rooms! https://play.creaticode.com/projects/66f2e1dcd1be43d82b886fbd?version=1 <p dir="auto">
              </div>

              TheNicknameGovT 1 Reply Last reply
              0
              • Tyller_T Tyller_

                @the_true_odst Best of luck! I can provide tips on some stuff, I know JS quite well and in general would recommend very much you learn JS before trying to learn something like C#, especially since creaticode/all scratch related things aren’t that object oriented, so starting with learning the basic object oriented language that all websites have to use (for the browser) should be a priority, or doing unity/roblox lua

                Edit: something else, do not be afraid to use ai, but don’t use it all over, just make sure you read the notes on what it writes (I have found that chatgpt is best at doing this and gemini by google will sometimes not explain as in detail) so you are learning from it and understand what it’s doing, that way you don’t just get some code that you put in your project and don’t know how to debug. Also you shouldn’t jsut get ai to do the hard parts and you do the easy ones, if you think you know all the concepts needed for a mechanic, even if it would be hard to implement, try at first, if you fail and want to use ai, you can ask it for a layout for how you’d program the mechanic (so for a acceleration system it would tell you to have a variable for acceleration added to the velocity every frame, not just give you the code), and if you don’t know how you could do some part of that layout, ask it how you would do it in the language you’re working in, it can help you learn new functions quite easily

                TDLR of edit: if you want to use ai to help you program, you can use it, but don’t make it program for you.

                TheNicknameGovT Offline
                TheNicknameGovT Offline
                TheNicknameGov
                trusted helpers
                wrote on last edited by
                #7

                @tyller_ Is c# just more advanced than js? I’ve noticed that both languages are pretty similar to each other, and they both just have minor changes.

                Please help all my projects are 3000+ blocks

                JaecadeJnightJ 1 Reply Last reply
                0
                • TheNicknameGovT TheNicknameGov

                  @attractive-milk That is, if I do do Roblox Studio and if Linux is supported with it. Not sure it is.

                  silvloveS Offline
                  silvloveS Offline
                  silvlove
                  Mod Helper
                  wrote on last edited by
                  #8

                  @the_true_odst
                  Roblox doesn’t support Linux. You would need something like Sober or Wine (Linux OS) to play Roblox, or even create. But it seems like you mixed up ChromeOS and Linux. ChromeOS can run a Linux Virtual Machine inside of ChromeOS, but it won’t run exactly like Linux.

                  Hope that’s some useful information! Good luck out there.

                  Forums Moderator.
                  Trans girl :3 ~ 14yo
                  Friendly and sometimes goofy~!

                  TheNicknameGovT 1 Reply Last reply
                  0
                  • silvloveS Offline
                    silvloveS Offline
                    silvlove
                    Mod Helper
                    wrote on last edited by silvlove
                    #9

                    @attractive-milk
                    Hey, Rhyder. This is off-topic. But i’m sorry. I can’t allow you into the Best Forum Helpers group until you are eligible. You can find the requirements under the group title.
                    I’m also sorry if this appears rude. I don’t mean to harm you.

                    Forums Moderator.
                    Trans girl :3 ~ 14yo
                    Friendly and sometimes goofy~!

                    Rhyder ByrdA 1 Reply Last reply
                    0
                    • TheNicknameGovT TheNicknameGov

                      @tyller_ Is c# just more advanced than js? I’ve noticed that both languages are pretty similar to each other, and they both just have minor changes.

                      JaecadeJnightJ Offline
                      JaecadeJnightJ Offline
                      JaecadeJnight
                      Mod Helper
                      wrote on last edited by
                      #10

                      @the_true_odst C# is definitely more advanced than JS. You have to deal with the operating system and lower level stuff manually, where in JavaScript, you have many luxuries like garbage collection and whatnot that make it so you don’t have to worry about memory stuff. C# is also typed like Java more, not JavaScript (two different things).

                      #LLJW
                      <span style="color:white;background-image:linear-gradient(to right, lightblue, navy)">My name is Jeff</span>

                      Tyller_T 1 Reply Last reply
                      0
                      • silvloveS silvlove

                        @the_true_odst
                        Roblox doesn’t support Linux. You would need something like Sober or Wine (Linux OS) to play Roblox, or even create. But it seems like you mixed up ChromeOS and Linux. ChromeOS can run a Linux Virtual Machine inside of ChromeOS, but it won’t run exactly like Linux.

                        Hope that’s some useful information! Good luck out there.

                        TheNicknameGovT Offline
                        TheNicknameGovT Offline
                        TheNicknameGov
                        trusted helpers
                        wrote on last edited by
                        #11

                        @c I’m trying to get into Unity through Linux through Termux (that downloadable thing that lets you bypass “sudo” in crosh)

                        Please help all my projects are 3000+ blocks

                        silvloveS 1 Reply Last reply
                        0
                        • TheNicknameGovT TheNicknameGov

                          @c I’m trying to get into Unity through Linux through Termux (that downloadable thing that lets you bypass “sudo” in crosh)

                          silvloveS Offline
                          silvloveS Offline
                          silvlove
                          Mod Helper
                          wrote on last edited by
                          #12

                          @the_true_odst
                          I would love to help you, but I don’t know anything about Linux’s terminal system. Plus I don’t exactly condone to this, nor will I stop you from doing it. It’s your choice, really. But I recommend just using a personal device if you have one.

                          Forums Moderator.
                          Trans girl :3 ~ 14yo
                          Friendly and sometimes goofy~!

                          TheNicknameGovT 1 Reply Last reply
                          0
                          • JaecadeJnightJ JaecadeJnight

                            @the_true_odst C# is definitely more advanced than JS. You have to deal with the operating system and lower level stuff manually, where in JavaScript, you have many luxuries like garbage collection and whatnot that make it so you don’t have to worry about memory stuff. C# is also typed like Java more, not JavaScript (two different things).

                            Tyller_T Offline
                            Tyller_T Offline
                            Tyller_
                            trusted helpers
                            wrote on last edited by
                            #13

                            @jeffreyrb03-gmail Fun fact, you can still (somehwat easily evenly) get a memory leak in js, I wanted to just say this to someone, but in using a function I had made that clamps a number between two values, I forgot the .x/.y on my references, and calling it every frame to add it to something caused a memory leak (still dont understand why it called them like that, it was just an object that tried to have math done to it, returned, and the value is added to a number, shoulda juts made it NaN imo)

                            <div component="post/signature" data-uid="255" class="post-signature">Check out my chat room project so you ppl can not use forums as chat rooms! https://play.creaticode.com/projects/66f2e1dcd1be43d82b886fbd?version=1 <p dir="auto">
                            </div>

                            1 Reply Last reply
                            1
                            • silvloveS silvlove

                              @the_true_odst
                              I would love to help you, but I don’t know anything about Linux’s terminal system. Plus I don’t exactly condone to this, nor will I stop you from doing it. It’s your choice, really. But I recommend just using a personal device if you have one.

                              TheNicknameGovT Offline
                              TheNicknameGovT Offline
                              TheNicknameGov
                              trusted helpers
                              wrote on last edited by
                              #14

                              @c I am using a personal device, not my school one. The only issue I have is I’m not sure Termux will work bc the downloads won’t work

                              Please help all my projects are 3000+ blocks

                              1 Reply Last reply
                              0
                              • silvloveS silvlove

                                @attractive-milk
                                Hey, Rhyder. This is off-topic. But i’m sorry. I can’t allow you into the Best Forum Helpers group until you are eligible. You can find the requirements under the group title.
                                I’m also sorry if this appears rude. I don’t mean to harm you.

                                Rhyder ByrdA Offline
                                Rhyder ByrdA Offline
                                Rhyder Byrd
                                wrote on last edited by
                                #15

                                @c to be honest I accidentally missclicked the thing lol

                                silvloveS 1 Reply Last reply
                                0
                                • TheNicknameGovT Offline
                                  TheNicknameGovT Offline
                                  TheNicknameGov
                                  trusted helpers
                                  wrote on last edited by
                                  #16

                                  Update: Termux isn’t working and I can’t “sudo” Crosh Terminal because of restrictions, so I might not be able to activate ChromeOS or Linux

                                  Please help all my projects are 3000+ blocks

                                  1 Reply Last reply
                                  0
                                  • Tyller_T Offline
                                    Tyller_T Offline
                                    Tyller_
                                    trusted helpers
                                    wrote on last edited by
                                    #17

                                    @the_true_odst can you try control alt f2 and then logging in as “chronos” with no password, this should let you run sudo

                                    <div component="post/signature" data-uid="255" class="post-signature">Check out my chat room project so you ppl can not use forums as chat rooms! https://play.creaticode.com/projects/66f2e1dcd1be43d82b886fbd?version=1 <p dir="auto">
                                    </div>

                                    TheNicknameGovT 1 Reply Last reply
                                    0
                                    • Tyller_T Tyller_

                                      @the_true_odst can you try control alt f2 and then logging in as “chronos” with no password, this should let you run sudo

                                      TheNicknameGovT Offline
                                      TheNicknameGovT Offline
                                      TheNicknameGov
                                      trusted helpers
                                      wrote on last edited by TAO
                                      #18

                                      @tyller_ I’ll check it out on my home computer, but I’m not sure it’ll work since I have have chromebook. Is there an alt key?

                                      Edit: I searched it up, and it said the forward key works as f2 (not sure if it’s the up key or right key)

                                      Please help all my projects are 3000+ blocks

                                      1 Reply Last reply
                                      0
                                      • Rhyder ByrdA Rhyder Byrd

                                        @c to be honest I accidentally missclicked the thing lol

                                        silvloveS Offline
                                        silvloveS Offline
                                        silvlove
                                        Mod Helper
                                        wrote on last edited by
                                        #19

                                        @attractive-milk
                                        You’re good lol!

                                        Forums Moderator.
                                        Trans girl :3 ~ 14yo
                                        Friendly and sometimes goofy~!

                                        1 Reply Last reply
                                        0
                                        • TheNicknameGovT Offline
                                          TheNicknameGovT Offline
                                          TheNicknameGov
                                          trusted helpers
                                          wrote on last edited by
                                          #20

                                          Bad news: Can’t get ChromeOS/Linux

                                          “Sudo” is blocked on Crosh, and my parents “say” they don’t know why that’s there and that they can’t control it (the Ctrl alt f2 method also doesn’t work, there’s some weird stuff I don’t understand how to do what on it)

                                          Termux is glitching out and saying I don’t have stuff added to run said command when I do (I’ve tried re-running downloads over and over and nothing works)

                                          My parents don’t have any plans of getting me a better computer or at least a Windows/Macro. That sucks.

                                          So Ig I’ll stay on CreatiCode occasionally and view the forum. Not sure what to add though.

                                          Please help all my projects are 3000+ blocks

                                          Rhyder ByrdA Tyller_T 2 Replies Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Users
                                          • Groups
                                          • CreatiCode