Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i make the hint display the user input text?

Asked by 4 years ago
script.Parent.MouseButton1Down:Connect(function()
    Instance.new("Hint", workspace)
    local hint = game.Workspace.Message
    local hintT = script.Parent.Parent.HintText.Text
    hint.Text = hintT
end)

Answer this question