Skateboard Obby is a Roblox obstacle course game to navigate challenging stages with a skateboard.
The game includes frequent updates like the “Squid Game World” and the upcoming World 28.
Enjoy discounted game passes and boards, and even earn an electric hoverboard by inviting friends.
It has a blend of classic obstacle gameplay with the added twist of skateboard mechanics.
This article contains a list of Skateboard Obby scripts for no key, Pastebin, Auto Obby, Auto Stage, Fly, and more in Roblox.
Skateboard Obby Script – Auto Obby
local Players = game:GetService("Players")
local player = Players.LocalPlayer
local character = workspace:WaitForChild("Characters"):WaitForChild(player.Name)
local hrp = character:WaitForChild("HumanoidRootPart")
local checkpointFolder = workspace:WaitForChild("Map"):WaitForChild("Checkpoints")
for i = 1, 100 do
local model = checkpointFolder:FindFirstChild(tostring(i))
if model and model:IsA("Model") and model.PrimaryPart then
hrp.CFrame = model.PrimaryPart.CFrame + Vector3.new(0, 3, 0)
wait(0)
else
end
end
Skateboard Obby Script – Double Jump, Fly, Auto Checkpoint
loadstring(game:HttpGet("https://raw.githubusercontent.com/gumanba/Scripts/main/SkateboardObby"))()
Skateboard Obby Script – Auto Stage, Teleport, Auto Buy
loadstring(game:HttpGet("http://lumin-hub.lol/Skateboard.lua"))()
Further reading
Combat Warriors Script (No Key, Auto Parry, Hitbox)