www.roblox-scripter.com

Script – Construction Simulator!

Thank you for using our website
Your script:

				
					while wait() do

local args = {
    [1] = "Buy Upgrade",
    [2] = "Earning"
}

game:GetService("ReplicatedStorage").Main.Remotes.Event:FireServer(unpack(args))

local args = {
    [1] = "Buy Upgrade",
    [2] = "Speed"
}

game:GetService("ReplicatedStorage").Main.Remotes.Event:FireServer(unpack(args))
-- Script generated by SimpleSpy - credits to exx#9394

local args = {
    [1] = "Buy Upgrade",
    [2] = "Builders"
}

game:GetService("ReplicatedStorage").Main.Remotes.Event:FireServer(unpack(args))

local args = {
    [1] = "Click Worker Boost"
}

game:GetService("ReplicatedStorage").Main.Remotes.Event:FireServer(unpack(args))

local args = {
    [1] = "Try Up Level"
}

game:GetService("ReplicatedStorage").Main.Remotes.Function:InvokeServer(unpack(args))
 
 
local args = {
    [1] = "Try Spin",
    [2] = 1
}

game:GetService("ReplicatedStorage").Main.Remotes.Function:InvokeServer(unpack(args))

end
				
			

How about trying out new scripts?