CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    BodySwing.js

    Scripts
    4
    10
    433
    Loading More Posts
    • 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.
    • I
      ID888999 last edited by

      I need this!

      END3R1355 1 Reply Last reply Reply Quote 0
      • END3R1355
        END3R1355 Banned @ID888999 last edited by

        @id888999

        1. wrong section
        2. what do you exactly want?
        I 1 Reply Last reply Reply Quote 0
        • I
          ID888999 @END3R1355 last edited by

          @end3r1355 i want a script that can make the body rotate

          Plumer Man 1 Reply Last reply Reply Quote 0
          • Plumer Man
            Plumer Man @ID888999 last edited by

            @id888999
            mc.thePlayer.rotationBodyYaw = whatever angle;

            I 1 Reply Last reply Reply Quote 0
            • I
              ID888999 @Plumer Man last edited by

              @plumer-man Scripts Js

              Plumer Man 2 Replies Last reply Reply Quote 0
              • Plumer Man
                Plumer Man @ID888999 last edited by

                @id888999 Bruh not hard to make just make on event update you rotate the body yaw my ticks existed if you want to make it short

                1 Reply Last reply Reply Quote 0
                • Plumer Man
                  Plumer Man @ID888999 last edited by

                  @id888999

                  if(e instanceof EventUpdate){
                          mc.thePlayer.rotationYawOffset = mc.thePlayer.ticksExisted;
                  }
                  

                  Its just from memory

                  banana1221 1 Reply Last reply Reply Quote 0
                  • banana1221
                    banana1221 @Plumer Man last edited by

                    @plumer-man ```
                    ///api_version=2
                    (script = registerScript({
                    name: "ExampleScript",
                    authors: ["Author"],
                    version: "0.1",
                    })).import("Core.lib");
                    // requires core
                    module = {
                    category: "Misc",
                    description: "idk",
                    onUpdate: function () {
                    if (mc.thePlayer.ticksExisted >= 10) {
                    mc.thePlayer.rotationYawOffset = "idk"
                    }
                    },
                    }

                    Plumer Man 1 Reply Last reply Reply Quote 0
                    • Plumer Man
                      Plumer Man @banana1221 last edited by

                      @banana1221 yes

                      1 Reply Last reply Reply Quote 0
                      • Plumer Man
                        Plumer Man last edited by

                        (script = registerScript({
                            name: "ExampleScript",
                            authors: ["Author"],
                            version: "0.1",
                        })).import("Core.lib");
                        
                        module = {
                            category: "Misc",
                            description: "Rotate body.",
                            onUpdate: function () {
                                if (mc.thePlayer.ticksExisted > 5) {
                                    mc.thePlayer.rotationYawOffset = mc.thePlayer.ticksExisted;
                                }
                            },
                        }
                        
                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post
                        About
                        • Terms of Service
                        • Privacy Policy
                        • Status
                        • Contact Us
                        Downloads
                        • Releases
                        • Source code
                        • License
                        Docs
                        • Tutorials
                        • CustomHUD
                        • AutoSettings
                        • ScriptAPI
                        Community
                        • Forum
                        • Guilded
                        • YouTube
                        • Twitter
                        • D.Tube