client side - GUI

Started by umar4911, Sep 25, 2018, 02:51 PM

Previous topic - Next topic

umar4911

Any way to edit all the GUI positions at one time using one line
I am gamer, programmer and hacker. Try to find me!
xD

!

#1
Well you can not do it in just one line unless a function is created which handles the relative positions and sizes of all GUI in it.Calling this function will re-position all GUIs.

 :edit: PM for a help over discord.

Discord: zeus#5155

D4rkR420R

You could attempt to save them with global variables, array, or make use of a table. Afterwards, you can edit the position further on.