Advertisement
HoangAnh_GaToVi

Bee Swarm Simulator

Aug 8th, 2018
1,037
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. thay BraveBee thành con ong mà bạn muốn.
  2. lr là slot ong theo hàng ngang, thay 1 = slot ong bạn muốn đổi
  3. ud là slot ong theo hàng dọc, thay 1 = slot ong bạn muốn đổi
  4. -------------------------------------------
  5. local wishedbee = "BraveBee"
  6.  
  7. local lr = 1
  8. local ud = 1
  9. local w = game.Players.LocalPlayer.Honeycomb.Value
  10.  
  11. repeat
  12. game:GetService("ReplicatedStorage").Events.ConstructHiveCellFromEgg:InvokeServer(lr, ud, "RoyalJelly", 0.001)
  13. until w.Cells["C" .. lr .. "," .. ud].CellType.Value == wishedbee
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement