TranslateBy (Method)
From Legacy Roblox Wiki
Jump to navigationJump to search
TranslateBy( Vector3 offset ) | |
Returns | nil |
Description: | Shifts a model using its offset. |
Member of: | Model |
Example
This will shift a model over 10 studs.
game.Workspace.Model:TranslateBy(Vector3.new(10, 0, 0))