screenGui.Parent = game.CoreGui frame.Parent = screenGui frame.Size = UDim2.new(0, 150, 0, 50) frame.Position = UDim2.new(0.5, -75, 0.85, 0) frame.BackgroundColor3 = Color3.fromRGB(0,0,0) frame.BackgroundTransparency = 0.3
-- Swag anim local animTrack = hum:LoadAnimation(Instance.new("Animation")) animTrack.AnimationId = "rbxassetid://507769272" -- dance 2 (change if needed)
-- UI local screenGui = Instance.new("ScreenGui") local frame = Instance.new("Frame") local toggleBtn = Instance.new("TextButton")
toggleBtn.Parent = frame toggleBtn.Size = UDim2.new(1,0,1,0) toggleBtn.Text = "SWAG MODE: OFF" toggleBtn.BackgroundColor3 = Color3.fromRGB(255,85,85)
-- Speed loop game:GetService("RunService").RenderStepped:Connect(function() if swagActive and hum and hum.Parent then hum.WalkSpeed = 20 -- default 16 hum.JumpPower = 55 elseif hum and not swagActive then hum.WalkSpeed = 16 hum.JumpPower = 50 end end)
local swagActive = false
Da Hood: Swag Mode Script
screenGui.Parent = game.CoreGui frame.Parent = screenGui frame.Size = UDim2.new(0, 150, 0, 50) frame.Position = UDim2.new(0.5, -75, 0.85, 0) frame.BackgroundColor3 = Color3.fromRGB(0,0,0) frame.BackgroundTransparency = 0.3
-- Swag anim local animTrack = hum:LoadAnimation(Instance.new("Animation")) animTrack.AnimationId = "rbxassetid://507769272" -- dance 2 (change if needed) Da Hood Swag Mode Script
-- UI local screenGui = Instance.new("ScreenGui") local frame = Instance.new("Frame") local toggleBtn = Instance.new("TextButton") screenGui
toggleBtn.Parent = frame toggleBtn.Size = UDim2.new(1,0,1,0) toggleBtn.Text = "SWAG MODE: OFF" toggleBtn.BackgroundColor3 = Color3.fromRGB(255,85,85) 50) frame.Position = UDim2.new(0.5
-- Speed loop game:GetService("RunService").RenderStepped:Connect(function() if swagActive and hum and hum.Parent then hum.WalkSpeed = 20 -- default 16 hum.JumpPower = 55 elseif hum and not swagActive then hum.WalkSpeed = 16 hum.JumpPower = 50 end end)
local swagActive = false