Auto Strength Push Up Training Simulator Script

Auto Strength Push Up Training Simulator Script


Roblox Scripts is what Roblox players and coders use to build interactive games. To be more specific, players use Lua scripts—a popular scripting and programming language.

Bucksreward

Instruction
1.Open Roblox And Start Playing
2.Click The Blue Circle To Copy The Script Code
3.Paste The Script Code Into Your Executor
4.Then Execute The Script Code
5.Enjoy
Script Code
local G_Train = true 
local isTrainRequested = false

while true do
    if G_Train == true and not isTrainRequested then
        isTrainRequested = true
        
        while G_Train == true do
            local args = {
                [1] = {
                    [1] = "Train_Request"
                }
            }

            game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvent"):FireServer(unpack(args))

            wait(0.01)
        end
    elseif G_Train == false then
        isTrainRequested = false
        
        
        
    end

    wait(0.01) 
 
end 

Related Posts
Leave a Reply

Your email address will not be published.

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.

Powered By
Best Wordpress Adblock Detecting Plugin | CHP Adblock