可用
auto tp thing for free ugc grind

腳本程式碼
Lua
local Players = game:GetService("Players")
local player = Players.LocalPlayer
local running = false
local DELAY = 0.5
local gui = Instance.new("ScreenGui")
gui.Name = "CheckpointTestGui"
gui.ResetOnSpawn = false
gui.Parent = player:WaitForChild("PlayerGui")
local button = Instance.new("TextButton")
button.Size = UDim2.new(0, 190, 0, 45)
button.Position = UDim2.new(0, 20, 0, 120)
button.BackgroundColor3 = Color3.fromRGB(170, 45, 45)
button.TextColor3 = Color3.fromRGB(255, 255, 255)
button.TextSize = 18
button.Text = "Checkpoints: OFF"
button.Parent = gui
button.MouseButton1Click:Connect(function()
running = not running
button.Text = running and "Checkpoints: ON" or "Checkpoints: OFF"
button.BackgroundColor3 = running and Color3.fromRGB(45, 150, 70) or Color3.fromRGB(170, 45, 45)
end)
local function getRoot()
local character = player.Character or player.CharacterAdded:Wait()
return character:WaitForChild("HumanoidRootPart")
end
task.spawn(function()
while true do
if running then
local root = getRoot()
for i = 1, 98 do
if not running then break end
local checkpoint = workspace:FindFirstChild("Checkpoint" .. i, true)
if checkpoint and checkpoint:IsA("BasePart") then
root.CFrame = checkpoint.CFrame + Vector3.new(0, 3, 0)
end
task.wait(DELAY)
end
end
task.wait(0.1)
end
end)描述
auto teleports the player to the next checkpoint
評論 (0)
- 成為第一個評論的人。
常見問題
- 如何使用 auto tp thing for free ugc grind 腳本?
- 複製上方的腳本程式碼,開啟你的 Roblox 執行器,貼上程式碼,然後在遊戲中點擊執行。腳本執行後功能會立即啟用。
- auto tp thing for free ugc grind 腳本免費嗎?
- 是的。此腳本免費複製和使用。如果使用金鑰系統,請透過「獲取金鑰」連結免費解鎖。
- 使用 auto tp thing for free ugc grind 腳本安全嗎?
- 完整原始碼顯示在此頁面上,讓你在執行前準確了解其功能。請始終使用可信的執行器,並記住使用腳本違反 Roblox 服務條款,風險自負。
- 哪個執行器相容 auto tp thing for free ugc grind?
- 此腳本相容大多數熱門 Roblox 執行器。查看我們的執行器頁面,為你的裝置找到可信的免費或付費執行器。