NeonRiver
|
  |
| Joined: 12 Feb 2013 |
| Total Posts: 4936 |
|
| |
|
youssef04
|
  |
| Joined: 22 Jan 2011 |
| Total Posts: 1745 |
|
|
| 01 May 2014 02:27 PM |
function OnClick() game.Workspace.SCRIPTHERE.Disabled = false end script.Parent.MouseButton1Down:connect -- OR SOMETHING LIKE THAT |
|
|
| Report Abuse |
|
|
NeonRiver
|
  |
| Joined: 12 Feb 2013 |
| Total Posts: 4936 |
|
| |
|
|
| 01 May 2014 02:29 PM |
Why not just make a click event?
local screept = game.Workspace.Script --whatever script you're enabling
script.Parent.MouseButton1Down:connect(function() screept.Disabled = false end) |
|
|
| Report Abuse |
|
|
|
| 01 May 2014 02:30 PM |
| If you're trying to enable a script through itself it won't work also. |
|
|
| Report Abuse |
|
|
NeonRiver
|
  |
| Joined: 12 Feb 2013 |
| Total Posts: 4936 |
|
| |
|
|
| 01 May 2014 02:33 PM |
| if game.Workspace:FindFirstChild("Deer") ~= nil then |
|
|
| Report Abuse |
|
|
NeonRiver
|
  |
| Joined: 12 Feb 2013 |
| Total Posts: 4936 |
|
| |
|