Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- supersonic = owner --auto defined by ox pls
- char = supersonic.Character
- me = char
- hum = char.Humanoid
- torso = char.Torso
- head = char.Head
- extendedaudioinfo = false
- audioinfo = false
- -- Invisibility
- local d = char:GetChildren()
- for i=1, #d do
- if (d[i].className == "Hat") then
- d[i]:Destroy()
- end
- end
- local c = char:GetChildren()
- for i =1,#c do
- local c = char:GetChildren()
- for i =1,#c do
- if c[i].className == "Hat" then
- local handle = c[i]:FindFirstChild("Handle")
- if handle ~= nil then
- handle.Transparency = 1 -- We dont want our hats to tell players that you're not an animatronic, but a player, do we!?
- end end
- if c[i].className == "Part" then
- c[i].Transparency = 1
- if c[i].Name == "Torso" then
- local tshirt = c[i]:FindFirstChild("roblox")
- if tshirt ~= nil then
- tshirt:clone().Parent = char
- tshirt:remove()
- end end
- if c[i].Name == "Head" then
- local face = c[i]:FindFirstChild("face")
- if face ~= nil then
- gface = face:clone()
- face:remove()
- end end end end end
- mp = game:service('MarketplaceService')
- hum.MaxHealth = math.huge
- hum.Health = math.huge
- -- ANIMATRONIC GUI
- g = Instance.new("BillboardGui")
- g.Parent = head
- g.Name = "AnimatronicGui"
- g.StudsOffset = Vector3.new(-4.8,3,0)
- g.Size = UDim2.new(1.7,0,1.7,0)
- il = Instance.new("ImageLabel", g)
- il.BackgroundTransparency = 1
- il.Size = UDim2.new(5,0,5,0)
- il.Image = "http://www.roblox.com/asset/?id=206320038"
- function PlaySound(id, pitch, volume, looped, parent)
- local s = Instance.new("Sound")
- s.Name = "supersonicfan111 Sound Generator Sound: "..id
- s.SoundId = "rbxassetid://"..id
- s.Volume = volume
- s.Pitch = pitch
- s.Looped = looped
- s.archivable = false
- s.Parent = parent
- s:Play()
- end
- PlaySound(186841266, 1, 1, true, me.Head)
- while wait(0.5) do
- il.Image = "http://www.roblox.com/asset/?id=206320038"
- wait(0.5)
- il.Image = "http://www.roblox.com/asset/?id=206322111"
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement