#random textlabel showing up on screen
10 messages · Page 1 of 1 (latest)
Parent[“a”..math.random(1,5)].Visible = true
(Yes it would be better to save the index in a var and use #parent:GetChildren() instead of 5…)
works tysm!
and do you know how to eg if the number is 2 that it changes a stat to 2?
local randIndex = math.random(1,5)
-- find the textLabel
stat.Value = randIndex
ah ty
sry for the many questions but i have 2 numbers to display how do i display the same numbers
** You are now Level 1! **
try to figure out 👍 you need to practice