Advertisement
Guest User

htrh

a guest
Aug 24th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. ocal lr = 1
  2.  
  3. local ud = 1
  4.  
  5. local w = game.Players.LocalPlayer.Honeycomb.Value
  6.  
  7. repeat
  8.  
  9. game:GetService(“ReplicatedStorage”).Events.ConstructHiveCellFromEgg:InvokeServer(lr, ud, “RoyalJelly”, 0.001)
  10.  
  11. until w.Cells[“C” .. lr .. “,” .. ud].CellType.Value == “BabyBee” or w.Cells[“C” .. lr .. “,” .. ud].CellType.Value == “DemonBee” or w.Cells[“C” .. lr .. “,” .. ud].CellType.Value == “DiamondBee” or w.Cells[“C” .. lr .. “,” .. ud].CellType.Value == “LionBee” or w.Cells[“C” .. lr .. “,” .. ud].CellType.Value == “MusicBee” or w.Cells[“C” .. lr .. “,” .. ud].CellType.Value == “NinjaBee” or w.Cells[“C” .. lr .. “,” ..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement