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. |