Advertisement
gumbyneck

Untitled

Jun 1st, 2019
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.91 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,12)
  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.         hint:Destroy()
  66.        
  67.     elseif num.Value == 6 then
  68.         hint = Instance.new("Hint", workspace)
  69.         hint.Text = "it's about to do a kickflip bruh"
  70.         wait(2)
  71.         X = Oofed.Orientation.X
  72.         Y = Oofed.Orientation.Y
  73.         Z = Oofed.Orientation.Z
  74.         if Oofed.Spin.Disabled == false then
  75.         Oofed.Spin.Disabled = true
  76.         for i=1,90 do
  77.             wait()
  78.             Z=Z+2
  79.             Y=Y+5
  80.             Oofed.Orientation = Vector3.new(X,Y,Z)
  81.             Oofed.Spin.Disabled = false
  82.         end
  83.         end
  84.         if Oofed.Spin.Disabled == true then
  85.         for i=1,90 do
  86.             wait()
  87.             Z=Z+2
  88.             Y=Y+5
  89.             Oofed.Orientation = Vector3.new(X,Y,Z)
  90.         end
  91.         end
  92.         hint:Destroy()
  93.        
  94.     elseif num.Value == 7 then
  95.         hint = Instance.new("Hint", workspace)
  96.         hint.Text = "FIDGET SPINNER FIDGET SPINNER SPIN ME AROUND"
  97.         wait(2)
  98.         Oofed.Spin.Disabled = false
  99.         hint:Destroy()
  100.        
  101.     elseif num.Value == 8 then
  102.         hint = Instance.new("Hint", workspace)
  103.         hint.Text = "ghost plate"
  104.         wait(2)
  105.         bruh = Oofed.Transparency
  106.         for i=1,100 do
  107.         wait()
  108.         bruh=bruh+0.01
  109.         Oofed.Transparency = bruh
  110.         end
  111.         hint:Destroy()
  112.        
  113.     elseif num.Value == 9 then
  114.         hint = Instance.new("Hint", workspace)
  115.         hint.Text = "Ball"
  116.         wait(1)
  117.         Oofed.Shape = "Ball"
  118.         hint:Destroy()
  119.        
  120.     elseif num.Value == 10 then
  121.         X = Oofed.Size.X
  122.         Z = Oofed.Size.Z
  123.         hint = Instance.new("Hint", workspace)
  124.         hint.Text = "Small"
  125.         wait(1)
  126.         Oofed.Size = Vector3.new(X-5,1,Z-5)
  127.         hint:Destroy()
  128.        
  129.     elseif num.Value == 11 then
  130.         hint = Instance.new("Hint", workspace)
  131.         hint.Text = "Normal"
  132.         wait(1)
  133.         Y = Oofed.Position.Y
  134.         if Oofed.Position == Vector3.new(-23.5, Y, 81.5) then
  135.         Oofed.Position = Vector3.new(-23.5, 8.5, 81.5)
  136.         else
  137.         Oofed.Position = Vector3.new(25, 8.5, 81.5)
  138.         end
  139.         Oofed.Orientation = Vector3.new(0, 0, 0)
  140.         Oofed.BrickColor = BrickColor.new("Medium stone grey")
  141.         Oofed.Size = Vector3.new(10, 1, 10)
  142.         Oofed.Transparency = 0
  143.         Oofed.CanCollide = true
  144.         Oofed.Script.Disabled = true
  145.         Oofed.Spin.Disabled = true
  146.         Oofed.Shape = "Block"
  147.         hint:Destroy()
  148.  
  149.     elseif num.Value == 12 then
  150.         hint = Instance.new("Hint", workspace)
  151.         hint.Text = "Shiny"
  152.         wait(1)
  153.         Oofed.Reflectance = 1
  154.         hint:Destroy()
  155.     end
  156. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement