Target (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker
cats
>Legend26
No edit summary
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{CatUp|Properties}}
{{CatUp|Properties}}


{{Property|
There are two different ''Target'' properties as shown below.
name                = Target
|property            = [[Instance]] ''target''
|description          = Set what part the object will fly at.
|object              = [[RBX.Lua.RocketPropulsion (Object)|RocketPropulsion]]
|}}


{{:Target (Property)/rocketpropulsion}}
{{clear floats}}


----
{{:Target (Property)/mouse}}
There is also a separate ''Target'' property exclusively for the [[RBX.Lua.Mouse (Object)|Mouse]] object.
{{clear floats}}
 
{{Property|
name                = Target
|property            = [[Object]] ''Target''
|description          = The last object the mouse has clicked on
|object              = [[RBX.Lua.Mouse (Object)|Mouse]]
|}}


[[Category:Properties]]
[[Category:Properties]]

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