#Inventory

249 messages · Page 1 of 1 (latest)

dire yew
#

you mean how to script the gui?

runic relicBOT
#

studio** You are now Level 2! **studio

mystic compass
#

So when you click the pet this sidebar pops up

dire yew
#

can you show me the toolbar

mystic compass
#

what toolbar

dire yew
#

explorer i meant

mystic compass
#

yeah, its not great tbh

dire yew
#

the pet icon is image button?

mystic compass
#

yes everything but the uncomming text and the pet stats is a button

dire yew
#

can i see toolbar

#

exploerer*

mystic compass
#

yeah wait 1 sec

dire yew
#

near the starter gui

#

alr

mystic compass
#

its all messed up but i can make it better if u need to and rename everything and stuff

dire yew
#

nah all good

#

i just need to see it so i understand whats going on

mystic compass
#

all a mess

dire yew
#

alright so

#

insert a script inside the pets image button

#

the one u have to click so it brings the other one out

mystic compass
#

the pet hit box is so small

#

so it wont work everytime

#

what if i make the script in the white box?

dire yew
#

which one do u click\

#

a text button or image button

mystic compass
#

text

#

rather

#

cuz its bigger

dire yew
#

then insert a local script inside that

mystic compass
#

ok

dire yew
#

lemme show u exmaple 1 second

mystic compass
#

ok

dire yew
#

do u have a close button

#

or do u need to like

#

double click it to close it

#

like when u open it do u need to click text button again

mystic compass
#

i can add a closebutton

dire yew
#

1 second

#

if u want u can do it on double click

#

like after u click u click again and closes

#

or u can make close button

mystic compass
#

im making a close button

dire yew
#

alright

#

ima script close button then

mystic compass
#

yeah i even forgot an open button lol

#

i made one tho

#

but does the name of the stuff not matter?

#

like its all just called ''textbutton'' or ''frame''

dire yew
#

yeah

runic relicBOT
#

studio** You are now Level 3! **studio

dire yew
#

i made a script

#

just replace the ones that are buttons

mystic compass
#

i dont understand scripts tho

dire yew
#

i made 2 scripts

mystic compass
#

and thank u very much btw

dire yew
#

np

mystic compass
#

but how do i make it like know what is what

dire yew
#

one second let me make comments so you understand what each thing does

mystic compass
#

like its all just a textbutton

#

ok

dire yew
#

ooh

mystic compass
#

ty

dire yew
#

uuh

#

rename the button u need

mystic compass
#

ok so close and open and all the pets

dire yew
#

yeah

#

so basically

#

open button is like the one under pets image button?

mystic compass
#

should i make it like that?

dire yew
#

if you want

#

it doesnt matter im just asking

snow trail
#

yo gus looking for scripters

#

please dm me

mystic compass
#

ok

#

its not like taht

mystic compass
dire yew
#

alright

#

you know like parents and children right

#

in scripting

#

or u dont know anything about it

mystic compass
#

nothing srry

#

😬

dire yew
#

oh ok so

#

lemme see explorer again

#

so i just make it directly

#

so u dont have to change anything

mystic compass
#

ok

#

this good enough?

dire yew
#

yeah

mystic compass
#

k

#

u still there?

dire yew
#

im figuring out which one is close button and which one is open lol

#

u know which one is which right

mystic compass
#

wdym?

#

like in explorer or script

dire yew
#

script.Parent.MouseButton1Click:Connect(function()
    petStats.Visible = true
end)```
#

yeah like in explorer

mystic compass
#

this is open right

dire yew
#

instead of script.parent.parent.petstats

#

yeah

#

so

#

insert that script inside open button

#

and

mystic compass
#

its named ''pets'' in explorer

dire yew
#

ok so

#

its in starter gui

mystic compass
#

the open one

dire yew
#

then inside which frame

mystic compass
#

yeah

dire yew
#

like

#

is it frame

mystic compass
#

lemme see

dire yew
#

the pet stats thing

#

is it frame or?

mystic compass
#

not in a frame

dire yew
#

what is the pet stats

#

is it inside frame or something

#

or is it like image label/button

mystic compass
#

label

dire yew
#

the pet stats that show up on left side

#

ooh its label

mystic compass
#

yeah

dire yew
#

this thing

#

like the whole thing

#

is it inside 1 frame or

mystic compass
#

no should i do that?

dire yew
#

yes make the whole thing into 1 frame

mystic compass
#

ok

dire yew
#

and call frame petStats

mystic compass
#

ok

dire yew
#

or PetStats whatever u like

#

and then it normally should be in game.StarterGui.the inventory screen gui.PetStats

#

after startergui just do the screen gui name that holds them

#

and then do the name of the frame

#

like PetStats

#

and also tell me where the open button is

#

and make the close button inside the pet stats frame

#

like inside it

mystic compass
#

huh?

dire yew
#

ok so

#

where is ur open button located

#

inside what gui

#

is it inside frame or

mystic compass
#

in starter gui

dire yew
#

whats the gui called

mystic compass
#

like the open button?

dire yew
#

yeah

#

and did u make the whole pet stat thing into a frame

mystic compass
#

the button is called ''Pets''

dire yew
#

alr

#

so

mystic compass
dire yew
#

whats the frame called

mystic compass
#

with th stats?

dire yew
#

yeah with pet stats

mystic compass
#

petStats

dire yew
#

the one that holds this

#

alr

mystic compass
#

so what are u doing with this script?

#

like what buttons work

dire yew
#

oh 1 more question

mystic compass
#

wsp

dire yew
#

is text button inside any frame or something

#

or is it just inside the gui

mystic compass
#

what text button?

dire yew
#

yeah

#

open one

#

like is it inside frame

mystic compass
#

its not in a frame

dire yew
#

alr

#

so its just a button

#

ok

mystic compass
#

yh

dire yew
#

script.Parent.MouseButton1Click:Connect(function()
    petStats.Visible = true
end)```
runic relicBOT
#

studio** You are now Level 4! **studio

dire yew
#

make a local script inside open button

#

and try that

#

and also

mystic compass
#

ok

dire yew
#

make the petStats frame visible to false

#

so u dont see it when u spawn in game

#

and click the open button

mystic compass
#

ok

#

but

dire yew
#

i will make close button in a second

mystic compass
#

if id spawn right now could i click''pets'' and it would open the inv?

dire yew
#

no no wait

mystic compass
#

k

#

imma put this localscript in the thing rq

dire yew
#

show me how gui looks

#

and which is the open button

astral nexus
#

hmmmm

mystic compass
#

wait should i put that script into the button where i want the stats?

dire yew
#

u mean by the pet stats that u want to show?

dire yew
#

put the script inside open button

#

the button that will open pet stats

#

but a local script

mystic compass
#

ok but like i want to click open and then it opens the big part, then i click on a box with a pet and that opens the stats thin

dire yew
#

uuuh so

#

wait

mystic compass
#

so the button i want to use to open pet stats is that supposed to be that script

dire yew
#

u need to make like

#

wait wait

mystic compass
#

i only need 1 pet to work tho dw

dire yew
#

do u already have button that opens inventory and shows ur pets

mystic compass
#

the parrot only

#

for showcase

#

so basically i need a script that like opens the inventory then i click on a button that opens the stats

dire yew
#

OOOH

mystic compass
#

so now i only need open and close

dire yew
#

it will be easier for me to script that in studio then

#

if u dont have the inv open thing

#

so is it like

mystic compass
#

should i add u into my thing

dire yew
#

2 different buttons

#

yeah it will be easier

mystic compass
#

i have a button that opens my inventory and then i wanna have it so when i click on a pet, the stats on the pet open up

#

and a close button

#

if thats too much then i could also just have it so when i click on my parrot it opens up the left window. only for showcase then.

#

and so onnly the parrot works

#

works

dire yew
#

i can do the whole thing in studio if u want

#

cuz i can see the explorer live

#

and i can edit scripts

#

if u want i can write down in script what each thing does

#

if u like to learn a bit about gui scripting

mystic compass
#

u think u would wanna like make a game w/ me? i do gui's and stuff and builds?

#

since ur doing all this im just wondering if u want

dire yew
#

sure ig

mystic compass
#

what kinda game u want

dire yew
#

i can just make anything u do

#

im not that experienced scripter but i know much

mystic compass
#

maybe a game where u mine things for money and then u can buy pets and better pickaxes and unlock harder zones and stuff?

dire yew
#

yeah

#

what game u making rn

mystic compass
#

betttt

dire yew
#

and also add me in studio ima make u the button thing

mystic compass
#

i dont got nothing rn

#

ok

#

roblox user?

dire yew
#

add me on discord aswell