#How DO i move every thing in my gUI, it doesnt let me all the time

10 messages · Page 1 of 1 (latest)

fast wharf
#

not completely sure if this works for guis but u can get all the children of the gui by using GetChildren() and than use a for i,v in pairs loop to move all the children of the gui at the same time

#

for example:
local guichildren = game.StarterGui.ScreenGui:GetChildren()

for i, v in pairs(guichildren) do
v.Position = Vector3.new(x,y,z)
end

foggy flameBOT
#

studio** You are now Level 1! **studio

fast wharf
#

u can also tween it if thats what u meant by moving the gui

grizzled portal
#

but how do i fix dis little gap

fast wharf
#

can u send me a ss of ur script

grizzled portal
#

its not a script

#

jus a ui

#

i fixed it thogh