Roblox Scripting Tutorial: Hints (DEPRECATED, Read Description)

Channel:
Subscribers:
2,110
Published on ● Video Link: https://www.youtube.com/watch?v=yMyS7960Gpc



Category:
Tutorial
Duration: 7:46
771 views
12


This video is not very applicable anymore. While hints still work, it is highly recommended that you use a Gui instead as hints are no longer supported and will probably be gone soon, if they are not already.

In this video, I'll take you through how to create objects using Instance.new, how to change properties with code, and what Parents are.

Script:
local h = Instance.new("Hint")
h.Parent = game.Workspace

while true do
h.Text = "Welcome to my game!"
wait(3)
h.Text = "This place was made by Rrrrry123"
wait(3)
end

Music by C418 and I!

Be sure to follow me on Twitter after rating, commenting, and subscribing!
@Rrrrry2468







Tags:
Rrrrry123
Rrrrry2468
Twitter
Roblox
Scripting
Script
Tutorial
Lua
Hints
Hint
Message
Help
How
To
Brick
Block
Parent
Property
Properties
Studio