#How DO i move every thing in my gUI, it doesnt let me all the time
10 messages · Page 1 of 1 (latest)
for example:
local guichildren = game.StarterGui.ScreenGui:GetChildren()
for i, v in pairs(guichildren) do
v.Position = Vector3.new(x,y,z)
end
** You are now Level 1! **
u can also tween it if thats what u meant by moving the gui
i figured it out
but how do i fix dis little gap
can u send me a ss of ur script