#Make index text box green when item found

1 messages · Page 1 of 1 (latest)

wispy linden
#

when i collect an item on my game, i want it's textbox in the index to turn green. no codes have been working, can anyone help?

frank bolt
#

To change a TextBox's color you can change the BackgroundColor3 or the TextColor3 depending on what you want to change.
Example:

local MyTextbox = ...
-- Change the background:
MyTextbox.BackgroundColor3 = Color3.new(0,0,0) -- Use the color picker to select a color
-- Change the actual text's color:
MyTextbox.TextColor3 = Color3.new(1,1,1)
wispy linden
gusty roostBOT
#

studio** You are now Level 1! **studio

wispy linden
#

so when i walk into the touch detectors

#

i want the white textboxes to turn green for each individual 'celeb'