A downloadable 'tool'

Hello! This is AtTheSpeedOfSound94 and I am going to show you how to make Baldi float to chase you! YOU HAVE TO CREDIT ME ON A MOD THAT YOU ARE CREATING WITH THIS SCRIPT.

First, you gotta find this code in "BaldiScript" on DnSpy:

     // Token: 0x06000A1C RID: 2588 RVA: 0x00024038 File Offset: 0x00022238
    private void FixedUpdate()
    {
        if (this.moveFrames > 0f)
        {
            this.moveFrames -= 1f;
            this.agent.speed = this.speed;
        }
        else
        {
            this.agent.speed = 0f;

Replace this code with:

    // Token: 0x06000A23 RID: 2595 RVA: 0x00024528 File Offset: 0x00022728
    private void FixedUpdate()
    {
        if (this.baldiAnger <= 1f)
        {
            this.agent.speed = numberf;
        }
        else if (this.baldiAnger == 2f)
        {
            this.agent.speed = numberf;
        }
        else if (this.baldiAnger == 3f)
        {
            this.agent.speed = numberf;
        }
        else if (this.baldiAnger == 4f)
        {
            this.agent.speed = numberf;
        }
        else if (this.baldiAnger == 5f)
        {
            this.agent.speed = numberf;
        }
        else if (this.baldiAnger == 6f)
        {
            this.agent.speed = numberf;
        }
        else if (this.baldiAnger >= 7f)
        {
            this.agent.speed = numberf;
        }
        if (this.moveFrames > 0f)
        {
            this.moveFrames -= 1f;
        } //Replace the number with any kind of number.

And then save module and enjoy! :D

WOW WOW KAZOW! You have your own Baldi floating in the air while chasing you instead of waiting for slaps! 

I hope you liked this tutorial and please no hate! :D

EDIT: Someone did this tutorial on Decompile and got 20 ERRORS... This tutorial IS NOT for Decompile, it is only for Base Game. Thank you for reading this! :D

also on gamebanana too: https://gamebanana.com/tuts/19977

Updated 3 days ago
Published 5 days ago
StatusReleased
CategoryTool
Authorbaldigaming99
Tags3D, Baldi's Basics, Horror, scripting
ContentNo generative AI was used

Leave a comment

Log in with itch.io to leave a comment.