of     1   

md524995
#35844759Saturday, October 23, 2010 12:56 AM GMT

you know in some scary games when you step on a certain brick it says something at the bottom screen? i need help cause i cant script that
galaxyblast1
#35844955Saturday, October 23, 2010 12:59 AM GMT

Too bad FOOL.
Zarcius
#35844970Saturday, October 23, 2010 12:59 AM GMT

You mean a hint? Normally, no requests, but this is too simple. function onT(hit) if hit.Parent:findFirstChild("Humanoid") then local h = Instance.new("Hint") h.Parent = hit.Parent h.Text = "Text Here" end end script.Parent.Touched:connect(onT) Methinks. It's getting to that time, so i may have failed.

    of     1