Klink45
|
  |
| Joined: 06 Jun 2011 |
| Total Posts: 26054 |
|
|
| 23 Oct 2015 08:15 PM |
Inside of studio, the event works great, but inside of a server it doesn't seem to fire. This is my code with it:
script.Parent.Focused:connect(function() script.Parent.Font = "SourceSans" end)
script.Parent.FocusLost:connect(function() script.Parent.Font = "SourceSansLight" script.Parent.Parent.AcceptingInput.Value = false --To lazy to make variable :( script.Parent.Parent.Visible = false script.Parent.Text = "Please enter your text here." end)
u sicko! |
|
|
| Report Abuse |
|
Klink45
|
  |
| Joined: 06 Jun 2011 |
| Total Posts: 26054 |
|
| |
|
| 23 Oct 2015 09:21 PM |
| Perhaps it is because you are trying to do something that should be managed in a LocalScript inside of a Script. |
|
|
| Report Abuse |
|