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
    #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
                                  • TheNicknameGovT TheNicknameGov

                                    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.

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

                                    @the_true_odst interesting.

                                    Im ngl imma just chill on forums and recreate like every lil UI they have on creaticode for fun. (at least for today since I’m in ISS)

                                    1 Reply Last reply
                                    0
                                    • TheNicknameGovT TheNicknameGov

                                      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.

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

                                      @the_true_odst if you want to do javascript (since you should be moving to js or python and personally I prefer js) you can do testing stuff in your browser, I make stuff that’s just a glorified canvas tag (one fullscrene canvas) and do stuff on that, if you want a script to see how to host a local host server to test js stuff on your local machine with nothing extra (no hosting stuff where it could be screwy) make an express js server and just run it when you’re testing, I can give you a script for the express js server if you don’t want to make it (I got mine from chatgpt since I just want to host my files to myself easily)

                                      edit/PS: When I say host I dont mean host to other people, you’re ISP (internet service provider) almost definetly doesnt allow port forwarding, so it just lets you play games and stuff with it on your local pc

                                      <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 if you want to do javascript (since you should be moving to js or python and personally I prefer js) you can do testing stuff in your browser, I make stuff that’s just a glorified canvas tag (one fullscrene canvas) and do stuff on that, if you want a script to see how to host a local host server to test js stuff on your local machine with nothing extra (no hosting stuff where it could be screwy) make an express js server and just run it when you’re testing, I can give you a script for the express js server if you don’t want to make it (I got mine from chatgpt since I just want to host my files to myself easily)

                                        edit/PS: When I say host I dont mean host to other people, you’re ISP (internet service provider) almost definetly doesnt allow port forwarding, so it just lets you play games and stuff with it on your local pc

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

                                        @tyller_ Like a game engine in your browser? If so, if it’s Unity Play, you can only do it in a game from Unity called Struckd, which isn’t exactly coding. If you mean something like actual Unity/Unreal in your browser, could you explain more (and send link if you can 😄 )

                                        Please help all my projects are 3000+ blocks

                                        Tyller_T 1 Reply Last reply
                                        0
                                        • TheNicknameGovT TheNicknameGov

                                          @tyller_ Like a game engine in your browser? If so, if it’s Unity Play, you can only do it in a game from Unity called Struckd, which isn’t exactly coding. If you mean something like actual Unity/Unreal in your browser, could you explain more (and send link if you can 😄 )

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

                                          @the_true_odst I mean because you can’t use unity you can use javascript for the game engine and everything, I just have a canvas tag I full screen and some extra stuff for debugging (I have a div I can toggle showing with ` that lets me see values I log and live reading some variables, though that’s just cus I can’t see the browser console on my ipad), what I’m saying is just writing your code and that does everything (say for some libraries), I think this would be no engine/make your own engine (I dont like saying that because it makes it seem hard but it’s effectively that).

                                          <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>

                                          JaecadeJnightJ TheNicknameGovT 2 Replies Last reply
                                          1

                                          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