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) Da Hood Swag Mode Script
-- Swag anim local animTrack = hum:LoadAnimation(Instance.new("Animation")) animTrack.AnimationId = "rbxassetid://507769272" -- dance 2 (change if needed) toggleBtn