Advertisement
trinhkietvuong

Script Open Basic

Jul 22nd, 2020
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. function OpenThing(x,y,z)
  2. game.ReplicatedStorage.Events.ConstructHiveCellFromEgg:InvokeServer(x,y,z,1)
  3. end
  4.  
  5. local EventName = "FestiveBee" --Thay doi thanh ten con event dung de doi (xoa con day truoc)
  6. local Doc = 1 --
  7. local Ngang = 1
  8.  
  9. OpenThing(Doc,Ngang,EventName.."Jelly")
  10. OpenThing(Doc,Ngang,"Basic")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement