Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

TextButtons are annoying? [closed]

Asked by 9 years ago

How do I make my textbuttons move automatically and not get in eachothers way?

0
Oh yea. I am trying to make it so when I do my in pairs loop all my text buttons are not in the same position. pizzasmike1234 0 — 9y
0
Please provide your code, and an elaboration on what you're trying to do / how it's not working. Goulstem 8144 — 9y

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?

1 answer

Log in to vote
0
Answered by 9 years ago

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.

0
Is that a question, or an answer LOL. LateralLace 297 — 9y
Ad