Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Subscribe To Larkbowski
- local button = script.Parent
- local player = game.Players.LocalPlayer
- local egg = button.Parent.Adornee
- button.MouseButton1Click:Connect(function()
- egg.Transparency = 1
- egg.CanCollide = false
- button.Parent.Enabled = false
- player.PlayerGui.EggTracker.Frame[egg.Name].ImageColor3 = Color3.new(1,1,1)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement