Obby but you're a Spider is released by Banjo Spider Lady
THIS GAME IS HARD, IT MAY TAKE TIME TO GET GOOD AT
I will try and make the map less empty and lifeless, but updates will be few and far between while I work on a much bigger game I plan to release.
Welcome to the Spider obby! Web swing your way through a deep cave and make to to the top of the mountain! This game was inspired by steep steps and Obby but you're a bird. If there are any issues, join the sleep deprived studios group and let me know.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
This script has got you covered:
Auto Farm: Collect items automatically
Teleport to Checkpoint: Skip to the next challenge
local player = game.Players.LocalPlayer local checkpointsFolder = workspace.Level.Checkpoints local function teleportToCheckpoint(checkpointNumber) local checkpoint = checkpointsFolder:FindFirstChild("Checkpoint" .. checkpointNumber) if checkpoint then player.Character:SetPrimaryPartCFrame(checkpoint.CFrame) end end for i = 1, 7 do wait(2) teleportToCheckpoint(i) if i == 7 then break end end
No comments yet.
© RoScripts 2024 All Rights Reserved.