コンテンツへスキップ
動作中Movement

Dress to impress server crasher/lagger

GAGamerGG777 閲覧数Dress To Impress2026年7月28日
共有
Dress to impress server crasher/lagger

スクリプトコード

Lua
local mode = "spin"
local distanceX = 10
local distanceY = -1
--[[
modes:
spin
]]

local plr = game.Players.LocalPlayer
local char = plr.Character

local runspawn = workspace.Locators.Runway.Spawn

local addon = true
task.spawn(function()
    while task.wait() do
        distanceX = addon and distanceX + 1 or distanceX - 1
        if distanceX >= 60 then
            addon = false
        elseif distanceX <= 5 then
            addon = true
        end
    end
end)

char.Head:Destroy()
char = plr.CharacterAdded:Wait()
local hrp = char:WaitForChild("HumanoidRootPart")

local angle = 0
while mode == "spin" do
    angle += math.rad(15)
    game:GetService('ReplicatedStorage').RemoteEvents.AddVFX:FireServer("Gassy")
    game:GetService('ReplicatedStorage').RemoteEvents.EmitVFX:FireServer("Gassy")
    game:GetService('ReplicatedStorage').RemoteEvents.AddVFX:FireServer("WaterPose")
    game:GetService('ReplicatedStorage').RemoteEvents.EmitVFX:FireServer("WaterPose")
    char.HumanoidRootPart.CFrame =
        CFrame.new(workspace.Locators.Runway.Camera3.Position + Vector3.new(distanceX, distanceY, 0)) *
        CFrame.Angles(angle, angle, 0)

    task.wait()
end

説明

## ‼️‼️ EXECUTE ONLY WHEN IT'S VOTING TIME ‼️‼️ Coded a bit weirdly bcs it was never intended to be a lagger watch the video on it: https://www.youtube.com/watch?v=SITOchd967c

コメント (0)

会話に参加するにはログインしてください

  • 最初のコメントを投稿しましょう。

よくある質問

Dress to impress server crasher/laggerスクリプトはどう使いますか?
上のスクリプトコードをコピーし、RobloxでDress To Impressに参加して、エグゼキューターに貼り付けて実行してください。スクリプトが動くとすぐに機能が有効になります。
Dress to impress server crasher/laggerはまだ動作しますか?
はい。Dress to impress server crasher/laggerは現在「動作中」とマークされています(最終更新: 2026年9月9日)。Robloxのアップデートで動かなくなった場合は、更新版をお待ちください。
Dress to impress server crasher/laggerに対応するエグゼキューターは?
このスクリプトはほとんどの人気Robloxエグゼキューターで動作します。お使いのデバイス向けの信頼できる無料または有料エグゼキューターを見つけるには、エグゼキューターページをご覧ください。