Search found 2 matches

by quiloos39
Fri May 19, 2017 5:46 pm
Forum: Implemented mod requests
Topic: Let LuaGuiElements have text wrapping option
Replies: 2
Views: 1137

Re: Let LuaGuiElements have text wrapping option

I think its necessary inorder to align text.

For labels, do GuiElementLabel.single_line = false

So like:
local label = game.players[1].gui.center.add{type = "label", caption = "A real long string something of which i would like to see wrap in someway instead of acting like a fool"}
label.style ...
by quiloos39
Fri May 19, 2017 9:22 am
Forum: Implemented mod requests
Topic: Let LuaGuiElements have text wrapping option
Replies: 2
Views: 1137

Let LuaGuiElements have text wrapping option

I think its necessary inorder to align text in textfield.

Go to advanced search