GUI appears at the pet image position

Hello developers!

I’m making Pet Inventory and I want to make Pet Info like It’s done in Mining Simulator 2 but my math… yea
image

I tried with mouse location and Absolute but in Frame position is other.

image

1 Like

Hi! I don’t understand what you want. But I think you want a script.

But first, make the Local script child “Container” (To open PetInfo) and make a button that will be child “Container” too. And Inside Local Script write this:

script.Parent.BUTTON.Mouse1Press:Connect(function() -- To check if player pressed button.
      script.Parent.Scroller.Visible = true -- to make a button that will show and hide instead of " true " write: "not script.Parent.Scroller.Visible"
end)
1 Like

When player clicks on the pet template then the PetInfo shows beside like it’s done in Mining Simulator 2 and the Container is Parent of a PetInfo and Scroller is parent of a Pet Template.

1 Like

I don’t know if it’s possible to do.

1 Like

any help??

This text will be blurred

1 Like