Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- size = 0.5
- plr = owner
- char = plr.Character
- tors = char.Torso
- hed = char.Head
- root = char.HumanoidRootPart
- ra = char["Right Arm"]
- la = char["Left Arm"]
- rl = char["Right Leg"]
- ll = char["Left Leg"]
- function HELLO()
- local MINETURTLE = Instance.new("Sound",char.Head)
- MINETURTLE.SoundId = "rbxassetid://870692662"
- MINETURTLE.TimePosition = 24.6
- MINETURTLE.Playing = true
- MINETURTLE.Volume = 10
- wait(1)
- MINETURTLE:Destroy()
- end
- function PRESS()
- local PUSH = Instance.new("Sound",char.Head)
- PUSH.SoundId = "rbxassetid://870692662"
- PUSH.TimePosition = 25.456
- PUSH.Playing = true
- PUSH.Volume = 10
- wait(0.6137)
- PUSH:Destroy()
- end
- function TURTLE()
- local TURTLE = Instance.new("Sound",char.Head)
- TURTLE.SoundId = "rbxassetid://870692662"
- TURTLE.TimePosition = 23.98
- TURTLE.Playing = true
- TURTLE.Volume = 10
- wait(0.6137)
- TURTLE:Destroy()
- end
- function BOOMSOUND()
- local BOOM = Instance.new("Sound",char.Head)
- BOOM.SoundId = "rbxassetid://870692662"
- BOOM.TimePosition = 25.98
- BOOM.Playing = true
- BOOM.Volume = 10
- wait(1.6137)
- BOOM:Destroy()
- end
- --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"))
- ScreenGui0 = Instance.new("ScreenGui")
- TextLabel3 = Instance.new("TextLabel")
- ImageLabel1 = Instance.new("ImageLabel")
- Script2 = Instance.new("Script")
- ScreenGui0.Name = "intro"
- ScreenGui0.Parent = mas
- ScreenGui0.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- TextLabel3.Name = "background"
- TextLabel3.Parent = ScreenGui0
- TextLabel3.Position = UDim2.new(-0.239423811, 0, -0.759343445, 0)
- TextLabel3.Size = UDim2.new(0, 1974, 0, 1682)
- TextLabel3.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel3.BorderSizePixel = 0
- TextLabel3.Font = Enum.Font.SourceSans
- TextLabel3.FontSize = Enum.FontSize.Size32
- TextLabel3.Text = "a s d f m o v i e"
- TextLabel3.TextColor = BrickColor.new("Really black")
- TextLabel3.TextColor3 = Color3.new(0, 0, 0)
- TextLabel3.TextSize = 30
- ImageLabel1.Name = "mineturtle"
- ImageLabel1.Parent = ScreenGui0
- ImageLabel1.Position = UDim2.new(0.310958892, 0, 0.556818187, 0)
- ImageLabel1.Size = UDim2.new(0, 273, 0, 198)
- ImageLabel1.BackgroundColor = BrickColor.new("Institutional white")
- ImageLabel1.BackgroundColor3 = Color3.new(1, 1, 1)
- ImageLabel1.BackgroundTransparency = 1
- ImageLabel1.Image = "http://www.roblox.com/asset/?id=97291063"
- Script2.Name = "spin"
- Script2.Parent = ImageLabel1
- table.insert(cors,sandbox(Script2,function()
- --scripted by youngmacka123
- while wait() do
- if script.Parent then
- script.Parent.Rotation = script.Parent.Rotation + 6
- end
- end
- end))
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = plr.PlayerGui
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
- HELLO()
- for i = 1,25 do
- wait()
- TextLabel3.BackgroundTransparency = TextLabel3.BackgroundTransparency + 0.1
- TextLabel3.TextTransparency = TextLabel3.TextTransparency + 0.1
- ImageLabel1.ImageTransparency = ImageLabel1.ImageTransparency + 0.1
- end
- ScreenGui0:Destroy()
- outline = Instance.new("SelectionBox")
- outline.Adornee = nil
- outline.Color3 = Color3.new(0, 0, 0)
- outline.LineThickness = 0.035
- outline2 = Instance.new("SelectionSphere")
- outline2.Adornee = nil
- outline2.Color3 = Color3.new(0, 0, 0)
- outline2.Visible = true
- function addoutline(part)
- local newoutline = outline:Clone()
- newoutline.Adornee = part
- newoutline.Parent = part
- return newoutline
- end
- function sphereoutline(part)
- local newoutline = outline2:Clone()
- newoutline.Adornee = part
- newoutline.Parent = part
- return newoutline
- end
- tors.Size = Vector3.new(2 * size, 1 * size, 3 * size)
- addoutline(tors)
- hed.Size = Vector3.new(1 * size, 1 * size, 1 * size)
- addoutline(hed)
- root.Size = tors.Size
- addoutline(ra)
- ra.Size = Vector3.new(1 * size, 2 * size, 1 * size)
- addoutline(la)
- la.Size = Vector3.new(1 * size, 2 * size, 1 * size)
- addoutline(rl)
- rl.Size = Vector3.new(1 * size, 2 * size, 1 * size)
- addoutline(ll)
- ll.Size = Vector3.new(1 * size, 2 * size, 1 * size)
- button = Instance.new("Part",char)
- button.Shape = "Cylinder"
- button.CanCollide = false
- button.Size = Vector3.new(0.75, 0.75, 0.75)
- button.Touched:connect(function(hit)
- if not button:FindFirstChild("Boom") then
- local boom = Instance.new("NumberValue",button)
- boom.Name = "Boom"
- HELLO()
- PRESS()
- local explode = Instance.new("Explosion",button)
- explode.Position = button.Position
- BOOMSOUND()
- end
- end)
- butweld = Instance.new("Weld",char)
- butweld.Part0 = button
- butweld.Part1 = tors
- butweld.C0 = CFrame.new(0, 0, -0.15)
- butweld.C1 = CFrame.Angles(0, 0, 77)
- local hum = char.Humanoid
- local RS = char.Torso["Right Shoulder"]
- local LS = char.Torso["Left Shoulder"]
- local RH = char.Torso["Right Hip"]
- local LH = char.Torso["Left Hip"]
- local neck = char.Torso["Neck"]
- local anim = char.Animate
- local rootj = char.HumanoidRootPart.RootJoint
- local sine = 0
- local RSnor = RS.C0
- local LSnor = LS.C0
- local RHnor = RH.C0
- local LHnor = LH.C0
- local rootjnor = rootj.C0
- local necknor = neck.C0
- local Cos = math.cos
- plr.Chatted:connect(function(msg)
- msg=msg:lower()
- if msg == "hello" then
- HELLO()
- end
- if msg == "destruct" then
- local boom = Instance.new("NumberValue",button)
- boom.Name = "Boom"
- HELLO()
- PRESS()
- local explode = Instance.new("Explosion",button)
- explode.Position = button.Position
- BOOMSOUND()
- end
- end)
- while true do
- wait()
- --[[
- --original animations
- RS.C0 = RS.C0:Lerp(RSnor * CFrame.new(0.85 * size, -1.25 * size, -0.75 * size), 0.15)
- LS.C0 = LS.C0:Lerp(LSnor * CFrame.new(-0.85 * size, -1.25 * size, -0.75 * size), 0.15)
- RH.C0 = RH.C0:Lerp(RHnor * CFrame.new(-0.85 * size, 0.75 * size, -1.25 * size), 0.15)
- LH.C0 = LH.C0:Lerp(LHnor * CFrame.new(0.85 * size, 0.75 * size, -1.25 * size), 0.15)
- neck.C0 = neck.C0:Lerp(necknor * CFrame.new(0, -1.25, -0.55), 0.15)
- ]]--
- --small animations
- RS.C0 = RS.C0:Lerp(RSnor * CFrame.new(0.85 * size, -1.25 * size, -2 * size), 0.15)
- LS.C0 = LS.C0:Lerp(LSnor * CFrame.new(-0.85 * size, -1.25 * size, -2 * size), 0.15)
- RH.C0 = RH.C0:Lerp(RHnor * CFrame.new(-0.85 * size, 2.75 * size, -2 * size), 0.15)
- LH.C0 = LH.C0:Lerp(LHnor * CFrame.new(0.85 * size, 2.75 * size, -2 * size), 0.15)
- neck.C0 = neck.C0:Lerp(necknor * CFrame.new(0 * size, -1.25 * size, -2 * size), 0.15)
- for turtle,v in pairs (char:children()) do
- if v:IsA("Hat") or v:IsA("Accessory") or v:IsA("Shirt") or v:IsA("Pants") then
- v:Destroy()
- end
- if v:IsA("Part") then
- v.BrickColor = BrickColor.new("Institutional white")
- if v.Shape == "Ball" then
- if not v:FindFirstChild("SelectionSphere") then
- sphereoutline(v)
- end
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement