Here's The Button Layout and
Heres part of the script for the look up button
local up = Instance.new('ImageButton', FaceBase) up.Size = UDim2.new(0.333, 0, 0.334, 0) up.Position = UDim2.new(0.334, 0, 0, 0) up.ZIndex = 2 up.BackgroundTransparency = 1 up.Image = 'rbxassetid://0' up.MouseButton1Click:Connect(function() EyePupils.Position = UDim2.new(0, 0, -0.05, 0) eye1.Transparency = 1 eye2.Transparency = 1 eye3.Transparency = 1 eye4.Transparency = 1 eye5.Transparency = 1 eye6.Transparency = 1 eye7.Transparency = 1 eye8.Transparency = 1 eye9.Transparency = 0 end)