Categories > Exploiting > Roblox >

Rejoining And Executing

WetWipes

Professional Idiot

vip

Posts: 149

Threads: 32

Joined: Sep, 2020

Reputation: 14

Posted

How Would I Go About Rejoining A Server And Then Automatically Executing The Script Without Doing Anything? From What I've Seen When I Rejoin The Server My Current Running Script Wont Automatically Run.

I Already Know How To Rejoin A Server, Thats Simple.

Auto Execute Is Off The Table.

  • 0

Open to help anyone with anything, DM me on discord :)

Posts: 2082

Threads: 10

Joined: Sep, 2020

Reputation: 59

Replied

  • 0

Discord : Doctor Doom#0550

WetWipes

Professional Idiot

vip

Posts: 149

Threads: 32

Joined: Sep, 2020

Reputation: 14

Replied

  • 0

Open to help anyone with anything, DM me on discord :)

Posts: 2082

Threads: 10

Joined: Sep, 2020

Reputation: 59

Replied

@WetWipes You do own a script hub correct ?

  • 0

Discord : Doctor Doom#0550

WetWipes

Professional Idiot

vip

Posts: 149

Threads: 32

Joined: Sep, 2020

Reputation: 14

Replied

@0x777_ yes... but i've never had to use this before, im not a master at lua lol

  • 0

Added

@_realnickk oh god, wow! thanks for the detailed explanation!

  • 0

Open to help anyone with anything, DM me on discord :)

Posts: 867

Threads: 34

Joined: Aug, 2020

Reputation: 6

Replied

@WetWipes

game:GetService("Players").LocalPlayer.OnTeleport:Connect(function(A, B, C)
    if A == Enum.TeleportState.InProgress then
        -- Recommended to check if game.IsLoaded --

        messagebox("Ready!", "Synapse X - v2.7.0c", 0)  
    end
end)

https://developer.roblox.com/en-us/api-reference/enum/TeleportState

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )