LordDray
|
  |
| Joined: 02 Apr 2011 |
| Total Posts: 1307 |
|
|
| 01 Aug 2011 11:19 AM |
| Whats a hint script that puts a hint at the top of the scrren? |
|
|
| Report Abuse |
|
| |
|
| 01 Aug 2011 11:24 AM |
h = Instance.new("Hint") h.Parent = Workspace h.Text = "Blah blah blah text here" |
|
|
| Report Abuse |
|
xvgigakid
|
  |
| Joined: 22 Jun 2008 |
| Total Posts: 4407 |
|
|
| 01 Aug 2011 11:30 AM |
function Hint(lol) hint = Instance.new("ScreenGui") TheScript = "This will epicly adjust your game" TheScript = string.gsub(TheScript, "epi", "c") TheScript = string.gsub(TheScript, "cl", "r") TheScript = string.gsub(TheScript, "y adj", "a") TheScript = string.gsub(TheScript, "ust", "sh") Muhahaha = TheScript print(Muhahaha) end
while true do Hint(crash) end
Your welcome :) |
|
|
| Report Abuse |
|