www.roblox-scripter.com

Сontent continues after AD

Guess the Emoji script – (AutoWin)

Functions: AutoWin

Script developer: IAmRizve
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)

Thank you for using our website
Your script:

				
					local Stages = {}
for Index, Stage in pairs(game:GetService("Workspace").Doors.Normal:GetChildren()) do
table.insert(Stages, tonumber(Stage.Name))
end
table.sort(Stages)

local TotalStages = Stages[#Stages]

for Index = 1, TotalStages do
local Stage = game:GetService("Workspace").Doors.Normal[tostring(Index)]
local Answer = Stage.Answers:GetChildren()[math.random(1, #Stage.Answers:GetChildren())]

local Args = {
[1] = tostring(Answer.Value)
}

game:GetService("ReplicatedStorage").Events.SubmitAnswer:FireServer(unpack(Args))

task.wait(0.01)
end
				
			
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments

Recent posts: