[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 anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!