Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Converted with ttyyuu12345's model to script plugin v4
- function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- Model0 = Instance.new("Model")
- Part1 = Instance.new("Part")
- Part2 = Instance.new("Part")
- Part3 = Instance.new("Part")
- Part4 = Instance.new("Part")
- Part5 = Instance.new("Part")
- Decal6 = Instance.new("Decal")
- Sound7 = Instance.new("Sound")
- Model0.Name = "Basic Bee"
- Model0.Parent = mas
- Part1.Parent = Model0
- Part1.CFrame = CFrame.new(114.053505, 51.0651131, 286.227814, -1, 0, 0, 0, 1, 0, 0, 0, -1)
- Part1.Orientation = Vector3.new(0, 180, 0)
- Part1.Position = Vector3.new(114.053505, 51.0651131, 286.227814)
- Part1.Rotation = Vector3.new(-180, 0, -180)
- Part1.Transparency = 0.30000001192093
- Part1.Size = Vector3.new(91.6511307, 13.0930214, 94.2697144)
- Part1.Anchored = true
- Part1.BottomSurface = Enum.SurfaceType.Smooth
- Part1.LeftSurface = Enum.SurfaceType.Glue
- Part1.Material = Enum.Material.SmoothPlastic
- Part1.TopSurface = Enum.SurfaceType.Smooth
- Part2.Parent = Model0
- Part2.CFrame = CFrame.new(-98.0534897, 51.0652084, 286.227814, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part2.Position = Vector3.new(-98.0534897, 51.0652084, 286.227814)
- Part2.Transparency = 0.30000001192093
- Part2.Size = Vector3.new(91.6511307, 13.0930214, 94.2697144)
- Part2.Anchored = true
- Part2.BottomSurface = Enum.SurfaceType.Smooth
- Part2.LeftSurface = Enum.SurfaceType.Glue
- Part2.Material = Enum.Material.SmoothPlastic
- Part2.TopSurface = Enum.SurfaceType.Smooth
- Part3.Parent = Model0
- Part3.CFrame = CFrame.new(7.99995422, 56.2999954, 338.600006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part3.Position = Vector3.new(7.99995422, 56.2999954, 338.600006)
- Part3.Color = Color3.new(0.105882, 0.164706, 0.207843)
- Part3.Size = Vector3.new(120.455742, 112.599976, 62.8464966)
- Part3.Anchored = true
- Part3.BottomSurface = Enum.SurfaceType.Smooth
- Part3.BrickColor = BrickColor.new("Black")
- Part3.Material = Enum.Material.SmoothPlastic
- Part3.TopSurface = Enum.SurfaceType.Smooth
- Part3.brickColor = BrickColor.new("Black")
- Part4.Parent = Model0
- Part4.CFrame = CFrame.new(7.99995422, 56.2999954, 287.537201, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part4.Position = Vector3.new(7.99995422, 56.2999954, 287.537201)
- Part4.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part4.Size = Vector3.new(120.455742, 112.599976, 39.2790642)
- Part4.Anchored = true
- Part4.BottomSurface = Enum.SurfaceType.Smooth
- Part4.BrickColor = BrickColor.new("Bright yellow")
- Part4.Material = Enum.Material.SmoothPlastic
- Part4.TopSurface = Enum.SurfaceType.Smooth
- Part4.brickColor = BrickColor.new("Bright yellow")
- Part5.Parent = Model0
- Part5.CFrame = CFrame.new(7.99995422, 56.2999954, 231.237274, 1, 0, -0, 0, 0, 1, 0, -1, 0)
- Part5.Orientation = Vector3.new(-90, 0, 0)
- Part5.Position = Vector3.new(7.99995422, 56.2999954, 231.237274)
- Part5.Rotation = Vector3.new(-90, 0, 0)
- Part5.Color = Color3.new(0.105882, 0.164706, 0.207843)
- Part5.Size = Vector3.new(120.45578, 73.3209381, 112.599945)
- Part5.Anchored = true
- Part5.BottomSurface = Enum.SurfaceType.Smooth
- Part5.BrickColor = BrickColor.new("Black")
- Part5.Material = Enum.Material.SmoothPlastic
- Part5.TopSurface = Enum.SurfaceType.Smooth
- Part5.brickColor = BrickColor.new("Black")
- Decal6.Name = "Face"
- Decal6.Parent = Part5
- Decal6.Texture = "rbxassetid://1463188462"
- Decal6.Face = Enum.NormalId.Top
- Sound7.Parent = Model0
- Sound7.Looped = true
- Sound7.MaxDistance = 9.9999997781963e+22
- Sound7.Playing = true
- Sound7.SoundId = "rbxassetid://553563902"
- Sound7.Volume = 10
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = workspace
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement