#Can someone help me with a scripting issue?

1 messages · Page 1 of 1 (latest)

bleak gate
#

I cannot make a GUI open and i think my script is messy, can someone give me pointers on my concept? I want to make a class selection menu for my game.

bleak gate
#

ill show you

#

this script goes from the Melee Ranged Spellcaster ect list and opens their respective Classes list

#

it shows in melee

#

i used the same script to go from each Melee class to their discription

#

shown here

#

its messy but idk how else to do it

#

and it doesnt even work

#

the one for descriptions doesnt the type-class works

mellow shadow
#

it seems all the functions are doing the same thing just on different buttons

#

try putting the instances inside a table and call a for i, v loop

#

here's a better version of your exact script that way u can maybe still understand

#

if it still doesn't work there's may be something wrong with your functions or instances in the wrong place

#

idk ¯_(ツ)_/¯

#

@bleak gate