Baby head in a microwave

Uploaded On
Script Credit :- arq
Features

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

Here's the items to use:

 

https://www.roblox.com/catalog/479397188...ng-Cabinet
https://www.roblox.com/catalog/7133341385/Crying-Baby-Head
https://www.roblox.com/catalog/370660810...Microbrain
https://www.roblox.com/bundles/239/Woman (use the torso)
https://www.roblox.com/bundles/496/Blazeburner (use the head)

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

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

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors