
Credits: Rylvns
Press F to toggle the auto play feature.
local u = game:GetService("UserInputService")
local p = game.Players.LocalPlayer
local map = workspace._GAME.Map
function main()
local s = p.leaderstats.Stairs.Value
local rig = workspace._GAME.CurrentPlayers:FindFirstChild(p.Name)
if not rig then return end
local t = map[s]
if not t then return end
local nt = map[s+1]
if not nt then return end
local tp = t:GetAttribute("WorldPosition")
local ntp = nt:GetAttribute("WorldPosition")
if (tp-ntp).Z > 0 then -- left
mouse1click()
else
mouse2click()
end
end
local tog = false
u.InputBegan:Connect(function(i)
if i.KeyCode == Enum.KeyCode.F then
tog = not tog
task.spawn(function()
while tog do
main()
task.wait(0.15)
end
end)
end
end)Comments section coming soon...
To use this script, you need a Roblox Executor. Simply copy the script from this page, paste it into your executor, and run it while you are in the Stair Mania! game.
This script may require a payment or subscription. Please check the script's description for more details.
Yes, this script has a key system. You may need to complete a task or join a Discord server to get a key.
Yes, this script is designed to be compatible with mobile executors.




