Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local players = game.Players
- local meh = game.Players.LocalPlayer
- while wait(1) do
- for _,v in pairs(game.Players:GetChildren()) do
- if game.Workspace:FindFirstChild(v.Name) then
- if game.Workspace[v.Name]:FindFirstChild("Egg") then
- if "hi" == "hi" and not game.Workspace[v.Name].Egg:FindFirstChild("BillboardGui") then
- i = Instance.new("BillboardGui",game.Workspace[v.Name].Egg)
- i.Active = true
- i.AlwaysOnTop = true
- i.Size = UDim2.new(2,2,2,2)
- h = Instance.new("Frame",i)
- h.Size = UDim2.new(2,2,2,2)
- h.AnchorPoint = Vector2.new(0.25, 0)
- h.BackgroundColor3 = Color3.new(1,0,0)
- h.BorderSizePixel = 0
- h.BackgroundTransparency = 0.4
- end
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement