How do I make my textbuttons move automatically and not get in eachothers way?
LocalScriptCode:
Player = game.Players.LocalPlayer for i,v in pairs(script.Parent.Frame:GetChildren()) do if Player:IsInGroup(2595478) then if v.Name == "2595478" then v.Visible = true end end end
Also more buttons appear so they are just the same position. How do I make it so they automatically move.
Closed as off-topic by docrobloxman52 and BlueTaslem
This question has been closed by our community as being off-topic from ROBLOX Lua Scripting.
Why was this question closed?