This is from TheFallens Surge menu base -
self.surge["menu"]["hud"]["shaders"]["header"] = createRectangle("LEFT", "TOP", 0, 0, 500, 60, 4, (1,1,1), 1, "gradient");
So this is the place where you can change where things appear so to change the location/size of things its a good idea to find how they create the shaders in the first place, so TheFallen uses the createRectangle function and if you look at the function it looks like this -
createRectangle(align, relative, x, y, width, height, sort, color, alpha, shader)
Thats really all you need to know, so to change the position you change the - x, y, - Which are - 0, 0 in this case. You can also mess with the align and relative if you want.
Copyright © 2026, NextGenUpdate.
All Rights Reserved.