Advertisement
Burkino

Untitled

Apr 8th, 2020
2,519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. local players = game.Players
  2. local meh = game.Players.LocalPlayer
  3.  
  4. while wait(1) do
  5. for _,v in pairs(game.Players:GetChildren()) do
  6. if game.Workspace:FindFirstChild(v.Name) then
  7. if game.Workspace[v.Name]:FindFirstChild("Egg") then
  8. if "hi" == "hi" and not game.Workspace[v.Name].Egg:FindFirstChild("BillboardGui") then
  9. i = Instance.new("BillboardGui",game.Workspace[v.Name].Egg)
  10. i.Active = true
  11. i.AlwaysOnTop = true
  12. i.Size = UDim2.new(2,2,2,2)
  13. h = Instance.new("Frame",i)
  14. h.Size = UDim2.new(2,2,2,2)
  15. h.AnchorPoint = Vector2.new(0.25, 0)
  16. h.BackgroundColor3 = Color3.new(1,0,0)
  17. h.BorderSizePixel = 0
  18. h.BackgroundTransparency = 0.4
  19. end
  20. end
  21. end
  22. end
  23. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement