[FE] Baby head in a microwave

MADE BY arq

FEATURE:

Use default arms and legs. Set width and head sliders to maximum and everything else to minimum.

Here’s the code to make the head spin (it also deletes animations which can mess with it):

local char = game.Players.LocalPlayer.Character
for i,v in next, char.Humanoid:GetPlayingAnimationTracks() do
v:Stop()
end
char.Animate.Disabled = true
local rs = game:GetService("RunService")
for i,v in pairs(char:GetChildren()) do
  if v:IsA("Accessory") then
      if v.Name == "Crying Baby" then
           v.Handle.AccessoryWeld:Destroy()
           rs.Heartbeat:Connect(function(step)
               v.Handle.Position = char.Head.Position
               v.Handle.CFrame = v.Handle.CFrame * CFrame.Angles(0,math.rad(30 * step),0)
           end)
      end
  end
end

⚠️ Warning: Do not download any extensions or any executable files, you're just here for the script!

✔️ Any Patched/Broken Script Can Be Reported To French Dog#6704 In Discord For Removal