#StringValue printing out as blank even though its not

4 messages · Page 1 of 1 (latest)

wind nexus
#

You are priting the instance "Recipient"

#

If is a StringValue, you need to use .Value

#

like this:

local recipient = script.Parent.Parent.Recipient.Value
print(recipient)
wind nexus
#

Make sure you got the path right and that the value of StringValue is not nil/empty