|
| 29 Jul 2012 08:46 PM |
gui = script.Parent AB = gui.AbsoluteSize y1 = AB.y x1 = AB.x while wait() do function changed() y2 = AB.y x2 = AB.x y3 = y1 - y2 x3 = x1 -x2 if y3 == 200 then --(wild guess at how big the tiny bar at top is when DLL comes in) Instance.new("ManualSurfaceJointInstance", gui.Parent.Parent) while true do end end AB.Changed:connect(changed) end
eh'eh'? Would this prevent hackers? |
|
|
| Report Abuse |
|
|
| |
|
Dr01d3k4
|
  |
| Joined: 11 Oct 2007 |
| Total Posts: 17916 |
|
|
| 29 Jul 2012 08:54 PM |
| No idea, but I do know that the .Changed doesn't go in a while loop. |
|
|
| Report Abuse |
|
|
|
| 29 Jul 2012 09:00 PM |
| ok, I thought it would go there because I want it to check every 0.03 seconds :P |
|
|
| Report Abuse |
|
|
Dr01d3k4
|
  |
| Joined: 11 Oct 2007 |
| Total Posts: 17916 |
|
|
| 29 Jul 2012 09:04 PM |
| .Changed will trigger automatically when a property changes. |
|
|
| Report Abuse |
|
|