Advertisement
gumbyneck

Untitled

Jun 16th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.17 KB | None | 0 0
  1. local Picker = workspace.Selected.Value
  2. local num = workspace.Value
  3. while true do
  4.     wait(5)
  5.     num.Value = math.random(1,16)
  6.     Picker = math.random(1,2)
  7.     if Picker == 1 then
  8.         workspace.Plate.Value = workspace.Plates.Plate1
  9.     elseif Picker == 2 then
  10.         workspace.Plate.Value = workspace.Plates.Plate2
  11.     end
  12.    
  13.     local Oofed = workspace.Plate.Value
  14.    
  15.     if num.Value == 1 then
  16.         hint = Instance.new("Hint", workspace)
  17.         hint.Text = "it's about to grow bruh"
  18.         X = Oofed.Size.X
  19.         Z = Oofed.Size.Z
  20.         wait(2)
  21.         hint:Destroy()
  22.         Oofed.Size = Vector3.new(X+5,1,Z+5)
  23.        
  24.     elseif num.Value == 2 then
  25.         hint = Instance.new("Hint", workspace)
  26.         hint.Text = "it's about to go deep end mode bruh"
  27.         wait(2)
  28.         Oofed.Script.Disabled = false
  29.         hint:Destroy()
  30.        
  31.     elseif num.Value == 3 then
  32.         hint = Instance.new("Hint", workspace)
  33.         hint.Text = "it's about to turn randomly bruh"
  34.         wait(2)
  35.         if Oofed.Spin.Disabled == false then
  36.             Oofed.Spin.Disabled = true
  37.             Oofed.Orientation = Vector3.new(math.random(1,360),math.random(1,360),math.random(1,360))
  38.             Oofed.Spin.Disabled = false
  39.     elseif Oofed.Spin.Disabled == true then
  40.             Oofed.Orientation = Vector3.new(math.random(1,360),math.random(1,360),math.random(1,360))
  41.             Oofed.Spin.Disabled = true
  42.         end
  43.         hint:Destroy()
  44.        
  45.     elseif num.Value == 4 then
  46.         hint = Instance.new("Hint", workspace)
  47.         X = Oofed.Position.X
  48.         Y = Oofed.Position.Y
  49.         Z = Oofed.Position.Z
  50.         hint.Text = "it's about to go up bruh"
  51.         wait(2)
  52.         for i=1,50 do
  53.         wait(0.01)
  54.         Y = Y+0.1
  55.         Oofed.Position = Vector3.new(X,Y,Z)
  56.         end
  57.         hint:Destroy()
  58.        
  59.     elseif num.Value == 5 then
  60.         hint = Instance.new("Hint", workspace)
  61.         hint.Text = "it's really bout to get to yo pickle chin aah boy"
  62.         wait(2)
  63.         BoomStick = Instance.new("Explosion", Oofed)
  64.         BoomStick.Position = Oofed.Position
  65.         BoomStick.BlastRadius = 5
  66.         hint:Destroy()
  67.        
  68.     elseif num.Value == 6 then
  69.         hint = Instance.new("Hint", workspace)
  70.         hint.Text = "it's about to do a kickflip bruh"
  71.         wait(2)
  72.         X = Oofed.Orientation.X
  73.         Y = Oofed.Orientation.Y
  74.         Z = Oofed.Orientation.Z
  75.         if Oofed.Spin.Disabled == false then
  76.         Oofed.Spin.Disabled = true
  77.         for i=1,90 do
  78.             wait()
  79.             Z=Z+2
  80.             Y=Y+5
  81.             Oofed.Orientation = Vector3.new(X,Y,Z)
  82.             Oofed.Spin.Disabled = false
  83.         end
  84.         end
  85.         if Oofed.Spin.Disabled == true then
  86.         for i=1,90 do
  87.             wait()
  88.             Z=Z+2
  89.             Y=Y+5
  90.             Oofed.Orientation = Vector3.new(X,Y,Z)
  91.         end
  92.         end
  93.         hint:Destroy()
  94.        
  95.     elseif num.Value == 7 then
  96.         hint = Instance.new("Hint", workspace)
  97.         hint.Text = "FIDGET SPINNER FIDGET SPINNER SPIN ME AROUND"
  98.         wait(2)
  99.         Oofed.Spin.Disabled = false
  100.         hint:Destroy()
  101.        
  102.     elseif num.Value == 8 then
  103.         hint = Instance.new("Hint", workspace)
  104.         hint.Text = "ghost plate"
  105.         wait(2)
  106.         bruh = Oofed.Transparency
  107.         for i=1,90 do
  108.         wait()
  109.         bruh=bruh+0.01
  110.         Oofed.Transparency = bruh
  111.         end
  112.         hint:Destroy()
  113.        
  114.     elseif num.Value == 9 then
  115.         hint = Instance.new("Hint", workspace)
  116.         hint.Text = "Ball"
  117.         wait(1)
  118.         Oofed.Shape = "Ball"
  119.         hint:Destroy()
  120.        
  121.     elseif num.Value == 10 then
  122.         X = Oofed.Size.X
  123.         Z = Oofed.Size.Z
  124.         hint = Instance.new("Hint", workspace)
  125.         hint.Text = "Small"
  126.         wait(1)
  127.         Oofed.Size = Vector3.new(X-5,1,Z-5)
  128.         hint:Destroy()
  129.        
  130.     elseif num.Value == 11 then
  131.         hint = Instance.new("Hint", workspace)
  132.         hint.Text = "Normal"
  133.         wait(1)
  134.         Y = Oofed.Position.Y
  135.         if Oofed.Position == Vector3.new(-23.5, Y, 81.5) then
  136.         Oofed.Position = Vector3.new(-23.5, 8.5, 81.5)
  137.         else
  138.         Oofed.Position = Vector3.new(25, 8.5, 81.5)
  139.         end
  140.         if Oofed:FindFirstChild("Decal") then
  141.             Oofed.Decal:Destroy()
  142.         end
  143.         Oofed.Orientation = Vector3.new(0, 0, 0)
  144.         Oofed.BrickColor = BrickColor.new("Medium stone grey")
  145.         Oofed.Shape = "Block"
  146.         Oofed.Size = Vector3.new(10, 1, 10)
  147.         Oofed.Transparency = 0
  148.         Oofed.CanCollide = true
  149.         Oofed.Script.Disabled = true
  150.         Oofed.Spin.Disabled = true
  151.         Oofed.Reflectance = 0
  152.         Oofed.Material = "Concrete"
  153.         hint:Destroy()
  154.  
  155.     elseif num.Value == 12 then
  156.         wait(1)
  157.         Oofed.Material = "Plastic"
  158.         Oofed.Reflectance = 1
  159.         hint:Destroy()
  160.        
  161.     elseif num.Value == 13 then
  162.         hint = Instance.new("Hint", workspace)
  163.         hint.Text = "I M P E N D I N G  D O O M  A P P R O A C H E S"
  164.         wait(1)
  165.         Oofed.Death.Disabled = false
  166.         hint:Destroy()
  167.        
  168.     elseif num.Value == 14 then
  169.         hint = Instance.new("Hint", workspace)
  170.         Decal = Instance.new("Decal", Oofed)
  171.         Decal.Face = "Top"
  172.         hint.Text = "Bruh Moment LOL XDDDDDDD JAJAJAJAJAJAJAJAJA X-DDdDdd"
  173.         local meme = workspace.maymay.Value
  174.         meme = math.random(1,4)
  175.         if meme == 1 then
  176.             Decal.Texture = "rbxassetid://3008204642"
  177.         elseif meme == 2 then
  178.             Decal.Texture = "rbxassetid://3085456817"
  179.         elseif meme == 3 then
  180.             Decal.Texture = "rbxassetid://2566000068"
  181.         elseif meme == 4 then
  182.             Decal.Texture = "rbxassetid://2793778414"
  183.         end
  184.         hint:Destroy()
  185.        
  186.     elseif num.Value == 15 then
  187.         hint = Instance.new("Hint", workspace)
  188.         hint.Text = "Pipe"
  189.         wait(1)
  190.         Oofed.Shape = "Cylinder"
  191.         hint:Destroy()
  192.        
  193.     elseif num.Value == 16 then
  194.         hint = Instance.new("Hint", workspace)
  195.         hint.Text = "Lava Spinner"
  196.         wait(1)
  197.         Oofed.Lava.Transparency = 0
  198.         Oofed.Lava.CanCollide = true
  199.         Oofed.Lava.Script.Disabled = false
  200.         hint:Destroy()
  201.     end
  202. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement