of     1   

bhy
#59660789Saturday, December 17, 2011 1:12 AM GMT

Ok, it seems something is going wrong where I am saying a bunch of differen't message scripts and its only going LocalPlayer... So, is there a Message script that doesn't go to LocalPlayer? If you know of one, reply back to this thread, thank you. I am probably guessing its a ROBLOX update, all Message scripts go LocalPlayer, but I don't know for sure...
smurf279
#59660906Saturday, December 17, 2011 1:14 AM GMT

Parent the message to Workspace instead?
bhy
#59916159Wednesday, December 21, 2011 4:46 AM GMT

I do that, I use " x = Instance.new("Message")x.Parent = game.Workspace x.Text = "Example Message" " What is it I am getting wrong? I see the message, but no one else seems to see it, I am guessing ROBLOX made all Messages LocalPlayer = true. :(

    of     1