4 messages · Page 1 of 1 (latest)
You are priting the instance "Recipient"
If is a StringValue, you need to use .Value
.Value
like this:
local recipient = script.Parent.Parent.Recipient.Value print(recipient)
Make sure you got the path right and that the value of StringValue is not nil/empty