www.roblox-scripter.com

Сontent continues after AD

Script – gym tycoon

Thank you for using our website
Your script:

				
					getgenv()autocheckin = true

while autocheckin == true do
    local args = {
    [1] = game:GetService("Players").LocalPlayer,
    [2] = 1
}

game:GetService("ReplicatedStorage"):WaitForChild("RemoteObjects"):WaitForChild("NPCCheckedIn"):FireServer(unpack(args))

local args = {
[1] = "Gems"
}

game:GetService("ReplicatedStorage"):WaitForChild("RemoteObjects"):WaitForChild("CollectWorkoutUnlockReward"):FireServer(unpack(args))

game:GetService("ReplicatedStorage"):WaitForChild("RemoteObjects"):WaitForChild("WorkedOut"):FireServer()


wait()
    end
				
			

How about trying out new scripts?