Gulardan
|
  |
| Joined: 01 Jan 2014 |
| Total Posts: 128 |
|
|
| 04 Jan 2014 06:24 PM |
function MouseEnter(x, y) local frame = script.Parent frame:TweenSizeAndPosition(UDim2.new(-1, 200,5,50), UDim2.new(-2,0,-4.5,0)) end Script.Parent.MouseEnter:connect(MouseEnter)
"Players.Player1.PlayerGui.ScreenGui.Frame.TextBox.Script:5: attempt to index global 'Script' (a nil value)" |
|
|
| Report Abuse |
|
|
|
| 04 Jan 2014 06:25 PM |
You said "Script" not "script"
#nerdsunited |
|
|
| Report Abuse |
|
|
|
| 04 Jan 2014 06:25 PM |
Script
replace with
script
in the connection line.
Keyboard not found. Press F1 to continue. |
|
|
| Report Abuse |
|
|
|
| 04 Jan 2014 06:26 PM |
Got ninja'd :(
Keyboard not found. Press F1 to continue. |
|
|
| Report Abuse |
|
|
Gulardan
|
  |
| Joined: 01 Jan 2014 |
| Total Posts: 128 |
|
|
| 04 Jan 2014 06:28 PM |
| Oh fail, thanks I got it from robloxwiki and I guess I never changed it. |
|
|
| Report Abuse |
|
|