Yes, that works. Thank You.
What if I wanted to GetSignLines and assign Line4 into a variable?
I tried this:
That, of course, did not work.
What if I wanted to GetSignLines and assign Line4 into a variable?
I tried this:
lines = Player:GetWorld():GetSignLines(BlockX, BlockY, BlockZ) Player:SendMessage(lines[4])
That, of course, did not work.