Target (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus
No edit summary
>Legend26
No edit summary
 
(14 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Property|
{{CatUp|Properties}}
name                = Target
|property            = [[Instance]] ''target''
|description          = Set what part the object will fly at.
|object              = [[RBX.Lua.RocketPropulsion (Object)|RocketPropulsion]]
|}}


There are two different ''Target'' properties as shown below.


----
{{:Target (Property)/rocketpropulsion}}
There is also a separate ''Target'' property exclusively for the [[RBX.Lua.Mouse (Object)|Mouse]] object.
{{clear floats}}


{{Property|
{{:Target (Property)/mouse}}
name                = Target
{{clear floats}}
|property            = [[Object]] ''Target''
 
|description          = The last object the mouse has clicked on
[[Category:Properties]]
|object              = [[RBX.Lua.Mouse (Object)|Mouse]]
|}}

Latest revision as of 02:09, 17 January 2012

There are two different Target properties as shown below.

Target
Property Instance Target
Description What Part the object will fly towards.
Member of RocketPropulsion


Target
Property Instance Target
Description The object that the mouse is pointing to.
Member of Mouse